Connecting Tech Pros Worldwide Help | Site Map

SOUND SYNTHESYS IN C/C++

  #1  
Old October 20th, 2006, 10:25 PM
mariolino
Guest
 
Posts: n/a
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
  #2  
Old October 20th, 2006, 10:45 PM
red floyd
Guest
 
Posts: n/a

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.
  #3  
Old October 21st, 2006, 01:05 AM
BobR
Guest
 
Posts: n/a

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


  #4  
Old October 21st, 2006, 04:05 AM
Martin Steen
Guest
 
Posts: n/a

re: SOUND SYNTHESYS IN C/C++


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

http://www.openal.org

-Martin


Closed Thread