![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Official Updates Updates to official libraries could be found here. This forum is only available to licensed users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Erel, can you please give an indication which of the several fmodce.dlls in the download are suitable for which devices? And do you know what is the difference between the small and the normal FMOD WindowsCE downloads? I can't seem to find it documented on the site.
![]() |
|
||||
|
fmodce.dll download: http://www.fmod.org/index.php/releas...odapi375ce.zip
You should use the one under: fmodapi375ce\api\wce4\armv4 I don't know what are the differences between the small version and the normal version, however this library was only tested with the normal version. |
|
|||
|
FYI
In my tests today I discovered that when the Play method is run any previous Volume setting is discarded and Volume is set to full. I was able to overcome this by saving my volume setting and issuing the Volume setting after each Play method. It works very well this way. Something like: Code:
FMOD.Play(s) FMOD.Volume=PlayVolume Do Until FMOD.Position >= FMOD.Length1 DoEvents . . . Loop |
|
|||
|
Hi Erel,
With the new FMod I can't yet make a Pause when I listen to a mp3. How can I do that? With the ancient i had Sub Pause_Click If Fichier<>"" Then If Timer1.Enabled = true Then pauseP=fmod.Position Fmod.Stop1 Timer1.Enabled = false Pause.Color=cRed Stop.Enabled=false Else Timer1.Enabled = true Fmod.Play(Fichier) Fmod.Position=pauseP Pause.Color=212,208,200 Stop.Enabled=true End If End If End Sub Now I get an error when i want play again. Thank you JJ M |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FMOD library update | Erel | Official Updates | 2 | 07-12-2008 04:07 PM |
| problem with fmod | yaqoub12 | Questions & Help Needed | 4 | 09-23-2007 02:10 PM |
| FMOD library and .Net CF 2.0 | Erel | Announcements | 0 | 05-19-2007 09:02 PM |
| FMOD and the device | sloopa | Questions & Help Needed | 2 | 05-19-2007 08:40 PM |
| cf2.0 and fmod on device | sloopa | Basic4ppc Wishlist | 0 | 05-04-2007 07:17 PM |