mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 05:58:00 -05:00
audio_core: Use s16 where possible for audio samples.
This commit is contained in:
@ -34,7 +34,7 @@ public:
|
||||
void StopStream(StreamPtr stream);
|
||||
|
||||
/// Queues a buffer into the specified audio stream, returns true on success
|
||||
bool QueueBuffer(StreamPtr stream, Buffer::Tag tag, std::vector<u8>&& data);
|
||||
bool QueueBuffer(StreamPtr stream, Buffer::Tag tag, std::vector<s16>&& data);
|
||||
|
||||
private:
|
||||
SinkPtr sink;
|
||||
|
Reference in New Issue
Block a user