mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 05:17:57 -05:00
audio_core: Use s16 where possible for audio samples.
This commit is contained in:
@ -69,9 +69,6 @@ public:
|
||||
/// Gets the number of channels
|
||||
u32 GetNumChannels() const;
|
||||
|
||||
/// Gets the sample size in bytes
|
||||
u32 GetSampleSize() const;
|
||||
|
||||
private:
|
||||
/// Current state of the stream
|
||||
enum class State {
|
||||
|
Reference in New Issue
Block a user