| Reply | « Previous Thread | Next Thread » |
|
Hi,all:
How do I convert .wav file to .ott file? Do anybody know some free download software? Thank you very much! |
|
Don't bother with it - it's just impossible.
Better ask some musician to write you a monophonic MIDI, which can be then converted into OTT. You'll save your time and nerves in this case. |
|
but you can convert MiDi to ott and vice versa.
|
|
To ankur_k:
Yes, you can. So what? How it solved the task of conversion from wave to ott? |
|
To mkrainov :
It is possible. Just simply read the wave file and output them byte by byte. Find the device which support nokiaUI with wave format. Just create a player like creating a ott player but specify it in wav format. All the things work fine but the only thing is you have to payoff several 8kByte (or more) for 1 second of wave effect. |
| noise_from_guitar |
| View Public Profile |
| Find all posts by noise_from_guitar |
|
What do you mean "output byte by byte"?
OTT format requires waveforms to be transformed into notes (along with their attributes). Does your "solution" do it? |
|
output byte by byte means just read in the wav file as binary format and then output them in byte.
Just like (byte)0xff,(byte)0x8f..... In fact, that's not OTT format. In the format that you need to fill in type field of Sound(byte[] data, int type) is FORMAT_WAV instead of FORMAT_TONE . I have only tried this on series60 phones. It seems meaningless since nearly all series60 phones supported MMAPI except 7650. But com.nokia.mid.sound.Sound did support wave format |
| noise_from_guitar |
| View Public Profile |
| Find all posts by noise_from_guitar |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|