Page 1 of 1

A sound problem

Posted: Sat Mar 19, 2011 4:36 pm
by c0mas
:) Hi again :)

I have the following scenario:
- I'm playing a flash movie with sound loopable, but I set the volume to 0 (because I just want the wav buffer).
- first loop it plays with original volume, the next loops plays with volume 0

Does anyone know what might be the problem ?

Re: A sound problem

Posted: Mon Mar 21, 2011 9:28 am
by Softanics
Hello,

c0mas wrote::) Hi again :)

I have the following scenario:
- I'm playing a flash movie with sound loopable, but I set the volume to 0 (because I just want the wav buffer).


How do you set the volume?

Thank you.

Re: A sound problem

Posted: Sat Mar 26, 2011 1:45 pm
by c0mas
Softanics wrote:Hello,

c0mas wrote::) Hi again :)

I have the following scenario:
- I'm playing a flash movie with sound loopable, but I set the volume to 0 (because I just want the wav buffer).


How do you set the volume?

Thank you.


The volume with: FPC_SetSoundVolume(m_hFPC, 0);

Anyway ... the problem was somewhere else in my code :D