Connecting Tech Pros Worldwide Forums | Help | Site Map

SOUND SYNTHESYS IN C/C++

mariolino
Guest
 
Posts: n/a
#1: Oct 20 '06
i have created a little WaveTable Ocillator, a sinusoid.
How can i send it to Sound Card for play?

I NEED INFO ON SOUND SYNTHESIS AND SOUND PROGRAMMING IN C/C++.

THANKS.

by MARIOLINO

red floyd
Guest
 
Posts: n/a
#2: Oct 20 '06

re: SOUND SYNTHESYS IN C/C++


mariolino wrote:
Quote:
i have created a little WaveTable Ocillator, a sinusoid.
How can i send it to Sound Card for play?
>
I NEED INFO ON SOUND SYNTHESIS AND SOUND PROGRAMMING IN C/C++.
>
1. Don't shout.
2. There is no such language as "C/C++". There's C, and there's C++
3. You're OT here. The C++ language doesn't define sound programming.
Try asking in a newsgroup relevant to your platform or OS.
BobR
Guest
 
Posts: n/a
#3: Oct 21 '06

re: SOUND SYNTHESYS IN C/C++



red floyd wrote in message ...
Quote:
>mariolino wrote:
Quote:
>i have created a little WaveTable Ocillator, a sinusoid.
>How can i send it to Sound Card for play?
>I NEED INFO ON SOUND SYNTHESIS AND SOUND PROGRAMMING IN C/C++.
>>
>
>1. Don't shout.
>2. There is no such language as "C/C++". There's C, and there's C++
>3. You're OT here. The C++ language doesn't define sound programming.
Try asking in a newsgroup relevant to your platform or OS.
And/or
http://www.fmod.org

--
Bob R
POVrookie


Martin Steen
Guest
 
Posts: n/a
#4: Oct 21 '06

re: SOUND SYNTHESYS IN C/C++


BobR schrieb:
Quote:
And/or
http://www.fmod.org
or

http://www.openal.org

-Martin


Closed Thread