Re: how to make sounds with C++



On Aug 29, 9:07 pm, laserbeak43 <laserbea...@xxxxxxxxx> wrote:
On Aug 29, 4:53 am, "mnentwig" <mnent...@xxxxxxxxxxx> wrote:> Portaudio is a good choice.

i actualy have tried portaudio. and have made sounds with it using the
examples.
what i don't like about it is that there's so much going on. and
finding my way through all of that source. it makes me feel
disorganized and irritable :P

If you just have a problem with that particular library, you might try
Simple DirectMedia Layer. It provides support for sound, video
acceleration, and input devices across a number of platforms with
bindings for almost any language you'd want to use.

http://www.libsdl.org

Might be worth a try if you just want an alternative library.

Jason


.