Connecting Tech Pros Worldwide Help | Site Map

Help with FMOD

Gintautas
Guest
 
Posts: n/a
#1: Jan 26 '06
I'm trying to play a part of wav file.
FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 0,0);
plays all file
FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 0,90000);
plays file until 90000 sample
FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 25000, 25000);
dont't play anything

any suggestions?

P.S. Sorry for poor english

Flash Gordon
Guest
 
Posts: n/a
#2: Jan 26 '06

re: Help with FMOD


Gintautas wrote:[color=blue]
> I'm trying to play a part of wav file.
> FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 0,0);
> plays all file
> FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 0,90000);
> plays file until 90000 sample
> FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 25000, 25000);
> dont't play anything
>
> any suggestions?[/color]

You will have to ask on a group dedicated to your implementation since
standard C does not support sound and one news group is far too small to
cope with the thousands of extension libraries out there so we only deal
with standard C here.
[color=blue]
> P.S. Sorry for poor english[/color]

Your English is fine, unfortunately you have chosen the wrong group.
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
Grumble
Guest
 
Posts: n/a
#3: Jan 26 '06

re: Help with FMOD


Gintautas wrote:[color=blue]
> I'm trying to play a part of wav file.
> FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 0,0);
> plays all file
> FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 0,90000);
> plays file until 90000 sample
> FSOUND_Sample_Load (0,"T01.wav",FSOUND_NORMAL, 25000, 25000);
> dont't play anything
>
> any suggestions?[/color]

I'd check the FMOD website.

They have some documentation:
http://www.fmod.org/docs/HTML/FSOUND_Sample_Load.html

They have a FAQ:
http://www.fmod.org/fmodfaq.html

and they have a forum:
http://www.fmod.org/forum/
Closed Thread