pkgs/audio/songs
Stores built-in song, note, tempo, voice and metronome definitions, and render scores as PCM chunks.
Core structure and main function
| Symbol | Function |
|---|---|
Song / Note / Voice | Express song metadata and multi-voice notes. |
Tempo / TimeSignature / Metronome | Describe the beat and time structure. |
BeatNote / BeatVoice / N | Construct a melody with beats. |
All / ByID / ByName | Index built-in songs. |
RenderOptions / DefaultRenderOptions | Configure PCM render. |
VoiceToChunk | Render voice to the specified PCM format. |
The Songs package has built-in musical notation and synthesis logic, but does not own playback devices, user playlists, or product resource storage.