c# - fmodex returning ERR_FILE_BAD playing an MP3 file under Mono/Ubuntu -


I am trying to use fmodex 4.30.03 to run an MP3 file under Mono / Ubuntu.

To create my call, the sand () looks like:

  result = system.createound (path, (fmod.modi.oddd | fmod.mode. HowardWay | FMOD.MODE.Creatstream); Ref sound);  

According to the example C # which comes with SDK.

Setting the result 19, ERR_FILE_BAD .

The same thing works fine under Windows I have the following in app.config:

  & lt; Dllmap os = "linux" dll = "fmodex" target = "./ libfmodex-4.30.03.so" />  

If it does not exist then fmodex never loads, so I know that it is still happening.

I definitely have a file to pass, but if I pass an invalid path then I actually get the same error message.

Start FMOD system and get everything C # wrapper through FMOD as strings to urcd Which does not support FMOD Linux. To correct this, you will need to change the C # raper, remove the FMOD / UIIDOD flag and ensure that the wires that are converted into FMOD are normal ASCII.


Comments