FMOD LengthsMS don't work at VBR

sloopa

Member
Licensed User
Hello Erel,

your FMOD DLL needs another property :)

FMOD has Problems with VBR-MP3s, so my song goes 3 minutes in real time and FMOD says 16 minutes.

FMOD has the option in stream-opening for FSOUND_MPEGACCURATE.
([SIZE=-1]stream := FSOUND_Stream_Open(data, FSOUND_NORMAL | FSOUND_MPEGACCURATE ...)[/SIZE]

Is it difficult for you to update your dll??
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
FMOD library version 1.4 is attached.
As it is only a minor update it will not appear for now in the downloads page.
The new method is Play2 which receives the play mode as the second argument.
You will probably need to use 131073 = ([SIZE=-1]FSOUND_NORMAL | FSOUND_MPEGACCURATE).[/SIZE]
 

Attachments

  • FMOD.zip
    13.4 KB · Views: 224
Top