UnwiredtecDocumentation : RingtoneCreatorJavaConvertOverview

Operations Overview


The most frequently used operations are conversion operations. Most of our clients use one of the following workflows:

What exactly is a conversion operation? Imagine that you have a collection of ringtones in some format, say, IMelody. Your big idea is to convert all of them into some other format, say, Nokia Smart Messaging(this format is used by Nokia phones for representation of monophonic ringtones). Let's assume that all of these tones are located in the same folder. Then the task can be split into two:


Obviously, the first goal is easily achieved using classes from the java.io package. The second task is even easier: load a ringtone (one line) and save it in another format (one line). Bingo!