#DevLog: #Anklang TypeScript & Sndfile Updates
🌐 #Jsonipc #TypeScript migration complete, including codegen!
📚 Updated development docs accordingly
🛠️ Manually wrote #libsndfile config.h
#DevLog: #Anklang TypeScript & Sndfile Updates
🌐 #Jsonipc #TypeScript migration complete, including codegen!
📚 Updated development docs accordingly
🛠️ Manually wrote #libsndfile config.h
Sndfile-tools is a small collection of tools written in C that do interesting things with sound files.
1. sndfile-generate-chirp creates a sound file containing a swept sine wave.
2. sndfile-jackplay plays a sound file via the JACK Audio Connect Kit daemon.
3. sndfile-spectrogram generates a spectrogram as a PNG file from a given sound file.
4. sndfile-mix-to-mono converts a multi-channel input file to a mono output file.
@melissasage If you are a programmer then key libraries are #sndfile and #fftw, for sound file IO and discrete Fourier transforms which are useful for spectral processing.
To do realtime audio, I prefer using #Jack, but also #sdl #sdl2 has merits as it works with #pulseaudio so casual users are more likely to run it successfully, and it is supported by #emscripten which can compile to web apps that run in the browser. Ideally add both back-ends to your code, and maybe also #oss for #bsd.