| Reply | « Previous Thread | Next Thread » |
|
How can I know which devices can play WAV files?
For example, this phone does support MMAPI: http://www.club-java.com/TastePhone/...kia&model=6021 Does it mean that BY SURE it can play WAV files? |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
Hi,
I've done some searching and haven't found any system property that would show exactly what the phone can play though it's safe to assume that if the phone supports recording sound in a certain format it can also play that format. So use System.getProperty("audio.encodings") to see what formats are supported. If "encoding=audio/wav" or "encoding=audio/x-wav" are among them then you're in luck :). Also, this document shows a list of the media formats supported by various Nokia phones. And if you're developing the application for a specific device always check the supported media formats for it: http://www.forum.nokia.com/devices/matrix_all_1.html |
|
Quote:
I'll take a look to your links. |
|
There's a difference between what audio formats/codecs the phone "natively" supports, and which are available from/for a Java MIDlet. I don't know if that's documented anywhere properly.
In other words, a device can play WAV files just fine using native/built-in applications (like as ringtones or its music player), but they might not work for user-installable Java applications. |
|
I found out that 6021 does NOT support natively WAV files.
So, new questions: - is it possible to add WAV support to j2me? (3rd party library) - is it possible to use MIDI to produce sounds a few ms long and at 18000 Hz frequency? (sound synthesis) |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Audio Proxy Server 2.3 available | nly | VoIP | 8 | 2009-03-14 22:39 |
| Audio Proxy Server v2.31 released | nly | VoIP | 30 | 2007-11-02 17:34 |
| Bluetooth full duplex audio communication with DTMF support between mobile and PC | ricardoamm | Bluetooth Technology | 0 | 2007-01-28 14:47 |
| Half Duplex Audio Streaming | subhrajyotisaha | Symbian Media (Graphics & Sounds) | 0 | 2006-05-25 05:39 |
| Problems playing some wav audio formats using MMAPI (WTK22) | sandromancuso | Mobile Java General | 0 | 2005-01-18 18:03 |