This commit is contained in:
badaix 2015-09-03 23:02:15 +02:00
parent 61eef39f19
commit 4303f2e6c5

View file

@ -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;