mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
audio: increase buffer size
Change-Id: I57516485fc45c6bb66e1f9d117006d728d9f899c
This commit is contained in:
@ -188,7 +188,7 @@ private:
|
||||
|
||||
/** Data */
|
||||
AudioFormat format_ {AudioFormat::DEFAULT()};
|
||||
std::vector<std::shared_ptr<AudioFrame>> buffer_ {8};
|
||||
std::vector<std::shared_ptr<AudioFrame>> buffer_ {16};
|
||||
|
||||
mutable std::mutex lock_;
|
||||
mutable std::condition_variable not_empty_;
|
||||
|
Reference in New Issue
Block a user