I'm looking for a C/C++ library for generating various instruments, and where I can subsequently manipulate the created audio data For example, something like this:

Sound s = makeSound("piano",440,44100,1000);

Where "piano" is the type of instrument, 440 is the frequency of the tone, 44100 is the sample frequency and 1000 the duration. The Sound s would be the audio data that can be used for further processing.

I've looked at some libraries, but CSound doesn't really allow the further processing of the generated audio (I think... I'm no expert), and I can't get STK (Synthesis Toolkit) to work (under windows anyway) Any ideas? Help would be much appreciated. Help about working with STK would be great too, because I think STK can do what I need.

Sincerely, Sam

link|improve this question
STK may indeed be able to do what you're looking for. But if you want us to help you using it, you have to provide us with more information about your problems with it. – Deve Apr 6 '11 at 14:23
feedback

1 Answer

Hi i dont know can it beuseful for your purpose but you can look for FMOD

link|improve this answer
Thanks for your answer, but I've looked into FMOD and it doesn't seem to do exactly what I want, it's mostly used for loading in soundfiles from the hdd and processing those, but I'm looking for something that can actually generate sounds – Sam Mar 13 '11 at 14:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.