Merge pull request #5402 from xperia64/update_teakra_sync

Update teakra, adjust TeakraSlice for new audio frame period
This commit is contained in:
Pengfei Zhu
2020-06-11 22:41:01 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ struct DspLle::Impl final {
std::size_t stop_generation; std::size_t stop_generation;
static constexpr u32 DspDataOffset = 0x40000; static constexpr u32 DspDataOffset = 0x40000;
static constexpr u32 TeakraSlice = 20000; static constexpr u32 TeakraSlice = 16384;
void TeakraThread() { void TeakraThread() {
while (true) { while (true) {