1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 10:26:31 -05:00

AudioCore: Use nanoseconds instead of cycles for buffer time.

This commit is contained in:
Fernando Sahmkow
2020-02-25 11:51:33 -04:00
parent dc58058203
commit 6bf137a0e8
2 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ private:
void ReleaseActiveBuffer();
/// Gets the number of core cycles when the specified buffer will be released
s64 GetBufferReleaseCycles(const Buffer& buffer) const;
s64 GetBufferReleaseNS(const Buffer& buffer) const;
u32 sample_rate; ///< Sample rate of the stream
Format format; ///< Format of the stream