Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips > Official Updates
Documentation Wiki Register Members List B4P 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.

FMOD library V1.5

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-13-2008, 06:57 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default FMOD library V1.5

The FMOD library was updated and it now supports the Volume property which allows getting or setting the player volume.

Setup instructions:
- Download the attached file.
- Unzip it and copy all files to Basic4ppc libraries folder:
C:\Program Files\Anywhere Software\Basic4ppc Desktop\Libraries

Make sure to replace existing copies of FMODDevice/FMODDesktop dll files.
Attached Files
File Type: zip FMOD.zip (14.1 KB, 334 views)
Reply With Quote
  #2 (permalink)  
Old 07-13-2008, 08:42 AM
Standa's Avatar
Junior Member
 
Join Date: May 2007
Location: Czech Republic
Posts: 38
Send a message via MSN to Standa
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hey, thank you very much, Erel! I will try it today.
__________________
BlackBerry 8900, Dell Streak, SE MBW-150
Reply With Quote
  #3 (permalink)  
Old 07-13-2008, 09:34 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 5,953
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

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.
Reply With Quote
  #4 (permalink)  
Old 07-13-2008, 02:17 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

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.
Reply With Quote
  #5 (permalink)  
Old 07-13-2008, 02:23 PM
Junior Member
 
Join Date: Feb 2008
Posts: 47
Default

I tried the small version with the previous version of FMOD and it did not work. Sorry, I can't recall the exact error.
Reply With Quote
  #6 (permalink)  
Old 07-13-2008, 03:51 PM
Junior Member
 
Join Date: Feb 2008
Posts: 47
Smile New Volume setting

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
Reply With Quote
  #7 (permalink)  
Old 07-18-2008, 12:00 AM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default FMOD Help

I downloaded the FMOD 1.5 library and the help file is giving me this error message: "This program cannot display the webpage". Is anyone else having this problem?
Reply With Quote
  #8 (permalink)  
Old 07-18-2008, 01:40 AM
Senior Member
 
Join Date: Jul 2007
Location: Michigan Usa
Posts: 176
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Right click on the help file and choose properties and check to see if you have to unblock it.

Denny
__________________
Using 6.90
dennishea
Reply With Quote
  #9 (permalink)  
Old 07-18-2008, 02:37 AM
Basic4ppc Veteran
 
Join Date: Jan 2008
Posts: 215
Default UnblockFMOD CHM

Denny, Thanks! I did know about that.
Reply With Quote
  #10 (permalink)  
Old 07-26-2008, 10:17 PM
JJM JJM is offline
Senior Member
 
Join Date: Apr 2007
Location: France
Posts: 123
Default FMod and Pause

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
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

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 (Windows Mobile) 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 (Windows Mobile) 2 05-19-2007 08:40 PM
cf2.0 and fmod on device sloopa Basic4ppc Wishlist 0 05-04-2007 07:17 PM


All times are GMT. The time now is 10:15 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0