MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / family

Method family

src/framework/audio/output.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace engine::audio {
8
9std::string WavPcm16Sink::family() const {
10 return "wav_pcm16";
11}
12
13void WavPcm16Sink::write(const std::filesystem::path & path, const AudioBuffer & audio) const {
14 write_pcm16_wav(path, audio.sample_rate, audio.channel_count, audio.samples);

Callers 4

familiesMethod · 0.45
supports_familyMethod · 0.45
find_loaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected