Unverified Commit 2a0ab81b authored by Wolle's avatar Wolle Committed by GitHub

wav frameSize increased 1024 -> 2048 Bytes

parent f3e5deb8
......@@ -5,7 +5,7 @@
*
* Created on: Oct 26.2018
*
* Version 3.0.7u
* Version 3.0.7v
* Updated on: Dec 04.2023
* Author: Wolle (schreibfaul1)
*
......
......@@ -3,7 +3,7 @@
*
* Created on: Oct 28,2018
*
* Version 3.0.7u
* Version 3.0.7v
* Updated on: Dec 04.2023
* Author: Wolle (schreibfaul1)
*/
......@@ -474,7 +474,7 @@ private:
std::vector<char*> m_playlistURL; // m3u8 streamURLs buffer
std::vector<uint32_t> m_hashQueue;
const size_t m_frameSizeWav = 1024;
const size_t m_frameSizeWav = 2048;
const size_t m_frameSizeMP3 = 1600;
const size_t m_frameSizeAAC = 1600;
const size_t m_frameSizeFLAC = 4096 * 4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment