Sorry, if this question would appear stupid.
I would like to create a simple audio prg, but I need an audio library, it would be possible to use PD as an engine to create another program, like a library?
Otherwise, can you please suggest me an open-source audio library? I need it works under linux and windows (that's why I thought of PD as an audio engine).
Thanks Riccardo
I can recommend the SndObj Library, a good C++ libray for audio processing, it also has support for Midi and is cross platform, latest version added Macintosh support.
www.may.ie/academic/music/musictec
Good luck!!
--- Riccardo Visinoni r.visinoni@aliceposta.it wrote: >
Sorry, if this question would appear stupid.
I would like to create a simple audio prg, but I need an audio library, it would be possible to use PD as an engine to create another program, like a library?
Otherwise, can you please suggest me an open-source audio library? I need it works under linux and windows (that's why I thought of PD as an audio engine).
Thanks Riccardo
___________________________________________________________ BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 http://btyahoo.yahoo.co.uk
I read:
I would like to create a simple audio prg, but I need an audio library, = it would be possible to use PD as an engine to create another program, = like a library?
well I'd say pd is not ideally suited for your purpose
Otherwise, can you please suggest me an open-source audio library? I = need it works under linux and windows (that's why I thought of PD as an = audio engine).
well what is your program supposed to do in the end ? playback audio ? look at sdl or portaudio, read/write soundfiles ? then probably libsndfile might be for you , there a re lot's of other libs that do more specific tasks like fftw, libresample, stk, audioality and tons of others
regards,
x