|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
#include <cstdint>#include <filesystem>#include <span>Go to the source code of this file.
Namespaces | |
| namespace | ts |
| namespace | ts::wav |
| Writes 16-bit stereo PCM WAV files. | |
Functions | |
| void | ts::wav::write (const std::filesystem::path &path, std::span< const float > left, std::span< const float > right, int sample_rate=32000) |
| Writes a stereo render to a RIFF/WAVE file at the given sample rate. | |