Skip to content
neutrino-dot edited this page Oct 24, 2025 · 3 revisions

Welcome to the 8bit-music-lib wiki!

日本語版はこちら

8bit-music-lib is a library that allows you to easily create game music and play 8-bit-style sounds using Python.

This library comes with standard sound sources for playing 8-bit music, including square waves, triangle waves, and noise.

This wiki provides detailed instructions on how to use 8bit-music-lib.
For an overview and simple usage, please refer to the README.

Details are summarized on the following pages:

⚠Note
Waveforms are quantized to an 8-bit equivalent resolution,
while the output format remains a 16-bit PCM array for playback compatibility.

Clone this wiki locally