Add optional resampling of the output stream

This commit is contained in:
badaix 2020-02-14 08:46:13 +01:00
parent 549fcba40f
commit 3fc8b9ca08
8 changed files with 185 additions and 98 deletions

View file

@ -30,7 +30,10 @@
using namespace std;
SampleFormat::SampleFormat() = default;
SampleFormat::SampleFormat()
{
setFormat(0, 0, 0);
}
SampleFormat::SampleFormat(const std::string& format)