Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 836 Bytes

audio.md

File metadata and controls

29 lines (23 loc) · 836 Bytes
title description published date tags editor dateCreated
Audio
Chroma Audio Subsystem
true
2021-09-04 21:42:46 UTC
audio
markdown
2021-09-03 14:29:57 UTC

Audio

Chroma Audio Subsystem is based on SDL_sound to provide audio decoding capabilities and SDL_nmix - a robust and lean audio mixer with bindings to SDL_sound.

The basics

Playback Load and control static and streaming audio resources.

Recording Record audio using an available audio capture device.

Device management Configure, open and close available audio devices.

Audio parameters Tweak various available audio parameters.

The not-so-basics

Waveform Generate arbitrary waveforms using C# and duct tape.