Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

best c audio library linux [closed]

Tags:

c

linux

audio

I was wondering if anyone had an opinion on what they think is the best linux audio library for c. I'm just learning and was experimenting with audio output on libao.

edit: right now all I'm trying to do is put out frequency tones.

like image 468
austin Avatar asked Jun 25 '09 08:06

austin


2 Answers

You could try FMod. You can get it here. It has a high level api, supports lots of programming languages and operating systems. Lots of audio formats can be played, and encoded, there is also support for 3d-sound and much more. It is free for non-commercial use and has various licensing models for commercial uses.

like image 118
codymanix Avatar answered Sep 28 '22 18:09

codymanix


There's an open source audio api called OpenAL available. I haven't used it but I have heard good things about it.

like image 29
zooropa Avatar answered Sep 28 '22 18:09

zooropa