Re: SDL::Mixer::Channels

2011-07-21 Thread email
after another with a delay in between. I have pasted the code below. use SDL; use SDL::Mixer; use SDL::Mixer::Channels; use SDL::Mixer::Samples; SDL::init(SDL_INIT_AUDIO); SDL::Mixer::open_audio( 44100, AUDIO_S16, 2, 4096 ); SDL::Mixer::Channels::allocate_channels( 2 ); SDL::Mixer::Channels

AW: SDL::Mixer::Channels

2011-07-21 Thread Tobias Leich
] Gesendet: Donnerstag, 21. Juli 2011 18:24 An: em...@froggs.de Cc: sdl-devel@perl.org Betreff: Re: SDL::Mixer::Channels Hi, Yes I want to play sound first on the left and then on the right channel. My desktop is hooked to a USB sound card with Left and right Line-in and Line out options

Re: SDL::Mixer::Channels

2011-07-21 Thread Anjali Menon
not work. use SDL; use SDL::Mixer; use SDL::Mixer::Channels; use SDL::Mixer::Samples; SDL::init(SDL_INIT_AUDIO); SDL::Mixer::open_audio( 44100, AUDIO_U16SYS, 2, 4096 ); SDL::Mixer::Channels::allocate_channels( 2 ); SDL::Mixer::Channels::volume(0,0); SDL::Mixer::Channels::volume(1,90); my

Re: AW: SDL::Mixer::Channels

2011-07-21 Thread Anjali Menon
] Gesendet: Donnerstag, 21. Juli 2011 18:24 An: em...@froggs.de Cc: sdl-devel@perl.org Betreff: Re: SDL::Mixer::Channels Hi, Yes I want to play sound first on the left and then on the right channel. My desktop is hooked to a USB sound card with Left and right Line-in and Line out