Loading...
Searching...
No Matches
SoundFileWriter.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
virtual bool open(const std::filesystem::path &filename, unsigned int sampleRate, unsigned int channelCount, const std::vector< SoundChannel > &channelMap)=0
Open a sound file for writing.
virtual void write(const std::int16_t *samples, std::uint64_t count)=0
Write audio samples to the open file.
Definition AudioResource.hpp:36