Why most J2ME games were mute:
|
02-12-2021, 07:54 AM
(This post was last modified: 02-12-2021 08:05 AM by JoseskVolpe.)
Post: #1
|
|||
|
|||
Why most J2ME games were mute:
This is what developers had to face Made it based on my observations Orange square means: Cautions, may glitch/fail Red square means: Occupy buffer, will be interrupted if needed or throw another error Devices handles with their audio players very different from each other. Some could buffer multiple audio, some couldn't. Audios had to be realized, then prefetched before starting it, but in some devices, for being allowed to be mixed with other sounds, you had to avoid prefetching .wav formats, also, it were advised to use .midi as music and .wav as SFX, but yet, some devices would glitch it. In some devices, start()ing before prefetch()ing would throw an error, prefetch automatically or starting. But in some, they just don't prefetch, you had to start() it directly. J2ME MMAPI is really a mess. Not to mention how app-sizes were very limited I'll release a audio benchmark soon to do another research, and from this make some new observations with different audio rendering services. [size=xx-small]Signature[/size] [URL=https://www.exophase.com/user/JoseskVolpe/][IMG]https://card.exophase.com/2/0/45687.png?1612237163[/IMG][/URL] [align=justify][size=x-small][b]OwO ¿¿¿What is this??? *wags tail* Take my beret plz 7w7 ~[/b][/size][/align] |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)