mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-24 13:37:03 +02:00
comment
This commit is contained in:
parent
61eef39f19
commit
4303f2e6c5
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ void SampleFormat::setFormat(const std::string& format)
|
|||
|
||||
void SampleFormat::setFormat(uint32_t rate, uint16_t bits, uint16_t channels)
|
||||
{
|
||||
//needs something like: 24_3 = 3 bytes, 24 = 4 bytes
|
||||
this->rate = rate;
|
||||
this->bits = bits;
|
||||
this->channels = channels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue