Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: MV [MV] Let's get multi-threaded: Streaming audio!
- Original author: ThinkN
- Original date: August 15, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/mv-lets-get-multi-threaded-streaming-audio.125300/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugins In Development
Summary
Opus Audio Streaming This is an RPG Maker MV plugin that uses web workers to stream Opus audio. Opus is the successor to Vorbis, the audio technology used in MV/MZ. You can create smaller files that sound just as good. Link to Github project with plugin files & demo
Archived First Post
Opus Audio Streaming
This is an RPG Maker MV plugin that uses web workers to stream Opus audio.
Opus is the successor to Vorbis, the audio technology used in MV/MZ. You can create smaller files that sound just as good.
Link to Github project with plugin files & demo
Is this ready for production?
NO! This is a hacked-together proof-of-concept. It is lacking the features of a mature audio system. There's no way to seek to different parts of a song, or even to adjust the volume.
I'm not sure that my implementation actually performs better than the default engine. I might have to hack it a little more to ensure the streaming starts as soon as possible.
---------------
Vorbis Audio Streaming
This is an RPG Maker MV plugin that uses an Audio Worklet to decode an ogg/vorbis audio stream.
Link to Github project with plugin files & demo
Years ago, krmbn0576 released a plugin to stream Vorbis audio. It works pretty well on Chromium browsers, but in other environments, it generates a lot of noise.
I've ported the original code from using a web worker to using an audio worklet. More work is needed to address the noise problems.
This is an RPG Maker MV plugin that uses web workers to stream Opus audio.
Opus is the successor to Vorbis, the audio technology used in MV/MZ. You can create smaller files that sound just as good.
Link to Github project with plugin files & demo
Is this ready for production?
NO! This is a hacked-together proof-of-concept. It is lacking the features of a mature audio system. There's no way to seek to different parts of a song, or even to adjust the volume.
I'm not sure that my implementation actually performs better than the default engine. I might have to hack it a little more to ensure the streaming starts as soon as possible.
---------------
Vorbis Audio Streaming
This is an RPG Maker MV plugin that uses an Audio Worklet to decode an ogg/vorbis audio stream.
Link to Github project with plugin files & demo
Years ago, krmbn0576 released a plugin to stream Vorbis audio. It works pretty well on Chromium browsers, but in other environments, it generates a lot of noise.
I've ported the original code from using a web worker to using an audio worklet. More work is needed to address the noise problems.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...