mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 05:17:57 -05:00
AudioCore: Use nanoseconds instead of cycles for buffer time.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user