-
Notifications
You must be signed in to change notification settings - Fork 0
Home
neutrino-dot edited this page Oct 24, 2025
·
3 revisions
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.