-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bruce Allen edited this page Jan 6, 2014
·
1 revision
Welcome to the soundcheck wiki!
soundcheck is for helping find feedback issues when performing a sound check at a sound board by:
- Displaying a spectrogram of audio from the sound board.
- Generating white noise or a specific frequency for the sound board.
Design challenges:
- Audio: audio input and output uses portaudio.
- FFT: A simple FFT transform was found.
- Spectrogram: I'll create a simple looping spectrogram unless I can find one that is easy to use. Example code is in sox and in audacity.
- White noise generator, sine generator: should be easy, TBD.
- GUI wxWidgets.