Linux tool to analyze and play audio files.
Ctrl+W- Close the selected fileCtrl+Shift+W- Close all filesCtrl+R- Reload all modified filesCtrl+Q- QuitSpace- Start / stop playback from cursorShift+Space- Start / stop looping playback from cursor
Mouse click- Set cursorMouse drag- Select part of fileHome- Move cursor to the beginningEnd- Move cursor to the endUp,Downormouse hover- Select file for playbackShift+UporShift+Down- Move selected track in the listCtrl+UporCtrl+Down- Change displayed channel on the selected track
s- Spectrogram / waveform viewb- Bark scale / linear spectrogramsz- Single file / all files viewShift+z- Single channel / all channels viewf- Follow mode (view follows cursor during playback)d- Display the waveform in db scale.
Mouse wheel- Zoom in / outCtrl+F- Maximum zoom outCtrl+E- Zoom to selectionPlus- Zoom inMinus- Zoom outCtrl + mouse wheel- Vertical zoom in / outCtrl+Plus- Vertical zoom inCtrl+Minus- Vertical zoom outCtrl+0- Reset vertical zoomLeft- Pan leftRight- Pan rightShift+Z- Toggle only show the current channel on selected track
apt-get install libsdl2-dev libgl-dev libglm-dev libsndfile1-dev libfftw3-dev
pacman -S glm sdl2 libsndfile fftw
git clone https://github.com/gustafullberg/wavey.git
cd wavey
git submodule update --init
mkdir build
cd build
meson ..
ninja install