• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with Sound Format

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have developed a Game and it uses the .wav file works very well in Emulator. I sent that game to Game distributor, This is the reply i got.

We found no problem to implement into Device and it works properly except
with NO sound
Game use "wav" format for the sound. Other Java
games implemented into Our Devise use "smaf" format for the sound. We assume
that if you change the sound format from "wav" to "smaf", the sound problem
will be solved.

Now i hv got everything player to play samf file , convertor in order to convert the .wav into SMAF format.

1) But i dont know How can i play smaf format file using J2ME any Idea.
2) And i looked at the Phone specification it does support the .wav format then why my game does not play sound there.
My .wav format is

Bit Rate : 64KBPS
Audio sample size : 8bit
Channels 1(mono)
Audio sample rate : 8khz
Audio format : PCM
 
And tomorrow is the circus! We can go to the circus! I love the circus! We can take this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic