how to package wav files? urgent!!

Login to reply to this topic.
Mon, 2004-11-22 17:30
Joined: 2004-11-22
Forum posts: 4
Hi all,

I m developing an audio module wherein i need to package wav files with the application. I m writing the code for the same in bld.inf file under the caption PRJ_EXPORTS and also providing the SOURCEPATH AND RESOURCE attributes in the .mmp files. but i m not able to play the sound on the device (7610).

Following is my code in the bld.inf

PRJ_EXPORTS

..\wav\play.wav ..\wins\c\system\apps\sound\play.wav
..\wav\record.wav ..\wins\c\system\apps\sound\record.wav
..\wav\mainstream.wav ..\wins\c\system\apps\sound\mainstream.wav

Can anyone pls hlp me as to wat i shud specify in the .inf and .mmp files so that the sound plays on the device.

pls note that the code works verywell with the emulator and i m able to play sound on emulator.

Thanking in advance,

-- Gaurav.[/b][b][b][/b]

Mon, 2004-11-22 17:47
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2029
how to package wav files? urgent!!
You don't need to specify anything in the bld.inf nor mmp file to add your wav file to the device. But you should probably list them in you pkg file....

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Tue, 2004-11-23 06:05
Joined: 2004-11-22
Forum posts: 4
how to package wav files? urgent!!
Hi Eric,

Thnx for the reply. i will write the code in the pkg file to include the .wav in .sis

Thnx

--Gaurav.
Mon, 2006-10-16 22:32
Joined: 2005-03-20
Forum posts: 12
Re: how to package wav files? urgent!!
Hi,
very late question, but I face the same problem.
So have you been able to package the wav file into your sis?
Thnaks.
Tue, 2006-10-17 05:07
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: how to package wav files? urgent!!
Did you keep the WAV file entry in the package file? And what error are you getting?

  • Login to reply to this topic.