Help with FMOD

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gintautas

    #1

    Help with FMOD

    I'm trying to play a part of wav file.
    FSOUND_Sample_L oad (0,"T01.wav",FS OUND_NORMAL, 0,0);
    plays all file
    FSOUND_Sample_L oad (0,"T01.wav",FS OUND_NORMAL, 0,90000);
    plays file until 90000 sample
    FSOUND_Sample_L oad (0,"T01.wav",FS OUND_NORMAL, 25000, 25000);
    dont't play anything

    any suggestions?

    P.S. Sorry for poor english

  • Flash Gordon

    #2
    Re: Help with FMOD

    Gintautas wrote:[color=blue]
    > I'm trying to play a part of wav file.
    > FSOUND_Sample_L oad (0,"T01.wav",FS OUND_NORMAL, 0,0);
    > plays all file
    > FSOUND_Sample_L oad (0,"T01.wav",FS OUND_NORMAL, 0,90000);
    > plays file until 90000 sample
    > FSOUND_Sample_L oad (0,"T01.wav",FS OUND_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.

    Comment

    • Grumble

      #3
      Re: Help with FMOD

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

      I'd check the FMOD website.

      They have some documentation:


      They have a FAQ:


      and they have a forum:

      Comment

      Working...