-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nokia Tones are not supported yet #40
Comments
For reference, this document somewhat describes the format: https://affon.narod.ru/GSM/ssm200.pdf (see 3.8 Ringing Tones) There's also a parser in AOSP's sonivox: https://github.com/pedrolcl/sonivox/blob/290e469a8fd4871413e4c544f7820650c36bc056/arm-wt-22k/lib_src/eas_ota.c |
Yep, those have come to my attention a while ago, and i've actually come across a newer revision of that Smart Messaging Specification that also contains a ringing tone decode example as well, which can be found here, at section 5.1.5 I just need to find some time to focus exclusively on this. |
MIDI playback using Nokia Sound (seen in Micro Machines for Nokia 176x208 for example) doesn't seem to be implemented either. |
This is just a note for later. Nokia OTT/OTA tones aren't implemented at all. I reckon it should follow the current implementations for Siemens MelodyComposer and Sprintpcs + Bell DualTone, by converting the incoming byte array into midi (using the Square Wave instrument)... this would make it so every single tone implementation uses the main audio handler, PlatformPlayer, as a base, dodging most of the code duplication that would have to happen, and helping maintenance quite a bit.
The text was updated successfully, but these errors were encountered: