Audio: Correct buffer release for host timing.
This commit is contained in:
parent
7fd7d05838
commit
e3d561fb84
3 changed files with 22 additions and 1 deletions
|
@ -72,6 +72,11 @@ public:
|
|||
this->is_multicore = is_multicore;
|
||||
}
|
||||
|
||||
/// Check if it's using host timing.
|
||||
bool IsHostTiming() const {
|
||||
return is_multicore;
|
||||
}
|
||||
|
||||
/// Pauses/Unpauses the execution of the timer thread.
|
||||
void Pause(bool is_paused);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue