mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-21 21:16:15 +02:00
Add optional resampling of the output stream
This commit is contained in:
parent
549fcba40f
commit
3fc8b9ca08
8 changed files with 185 additions and 98 deletions
|
@ -30,7 +30,10 @@
|
|||
using namespace std;
|
||||
|
||||
|
||||
SampleFormat::SampleFormat() = default;
|
||||
SampleFormat::SampleFormat()
|
||||
{
|
||||
setFormat(0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
SampleFormat::SampleFormat(const std::string& format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue