Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lightweight open source software synth library on pure C (possibly C++). PCM.?

Are there any portable open source libraries that support sample-based synthesis and encapsulate producing and mixing simple PCMs?

I really need something minimalistic and decoupled from operating system audio output mechanisms.

like image 409
Boris Treukhov Avatar asked Jan 15 '10 23:01

Boris Treukhov


1 Answers

csound has a C api and can handle PCM. ffmpeg can also convert lots of popular formats in PCM.

like image 152
jspcal Avatar answered Sep 21 '22 05:09

jspcal