Skip to content
Snippets Groups Projects
Commit 70714446 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

audio: increase buffer size

Change-Id: I57516485fc45c6bb66e1f9d117006d728d9f899c
parent 8a1f5ee2
No related branches found
No related tags found
No related merge requests found
...@@ -188,7 +188,7 @@ private: ...@@ -188,7 +188,7 @@ private:
/** Data */ /** Data */
AudioFormat format_ {AudioFormat::DEFAULT()}; 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::mutex lock_;
mutable std::condition_variable not_empty_; mutable std::condition_variable not_empty_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment