Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keksuccino/melody

OpenAL-based Minecraft library mod for playing background music.
https://github.com/keksuccino/melody

audio fabric fabricmc forge library minecraft minecraft-mod mod music openal

Last synced: about 1 month ago
JSON representation

OpenAL-based Minecraft library mod for playing background music.

Awesome Lists containing this project

README

        

## IMPORTANT

This mod is a LIBRARY mod.

It will do nothing on its own and its only purpose is to act as a dependency for other mods that use its features.

## About

Melody is an OpenAL-based client-side library mod for playing background music.

It allows you to use OpenAL in Minecraft separated from Minecraft's sound engine and manager.

Melody allows you to (asynchronously) load audio files from all kinds of sources, including web sources.

It has built-in support for OGG and WAV audio files, but there's nothing that prevents you from extending it to support more file types!

To get an idea of how to create ready-to-play audio sources, take a look at Melody's [`SimpleAudioFactory`](https://github.com/Keksuccino/Melody/blob/1.20.1/common/src/main/java/de/keksuccino/melody/resources/audio/SimpleAudioFactory.java) class!

Everything important is documented in the source, so make sure to take a look at [Melody's source on GitHub](https://github.com/Keksuccino/Melody)!

## Copyright & Licensing

Melody Copyright © 2023 Keksuccino.

Melody is licensed under MIT.