strip snapclient binary

This commit is contained in:
badaix 2016-03-01 19:44:41 +01:00
parent 7d58f006a2
commit 1de4d32776
5 changed files with 6 additions and 3 deletions

View file

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