mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-30 06:39:35 +02:00
strip snapclient binary
This commit is contained in:
parent
7d58f006a2
commit
1de4d32776
5 changed files with 6 additions and 3 deletions
|
@ -191,7 +191,7 @@ void OpenslPlayer::initOpensl()
|
|||
|
||||
const SampleFormat& format = stream_->getFormat();
|
||||
|
||||
frames_ = 960;//rate / 50; // => 50ms
|
||||
frames_ = 1920;//960;//rate / 50; // => 50ms
|
||||
|
||||
buff_size = frames_ * format.channels * 2 /* 2 -> sample size */;
|
||||
logO << "frames: " << frames_ << ", channels: " << format.channels << ", rate: " << format.rate << ", buff: " << buff_size << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue