diff options
Diffstat (limited to 'src/audio_core/audio_out.h')
| -rw-r--r-- | src/audio_core/audio_out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/audio_out.h b/src/audio_core/audio_out.h index d564ff91a..39b7e656b 100644 --- a/src/audio_core/audio_out.h +++ b/src/audio_core/audio_out.h | |||
| @@ -34,7 +34,7 @@ public: | |||
| 34 | void StopStream(StreamPtr stream); | 34 | void StopStream(StreamPtr stream); |
| 35 | 35 | ||
| 36 | /// Queues a buffer into the specified audio stream, returns true on success | 36 | /// Queues a buffer into the specified audio stream, returns true on success |
| 37 | bool QueueBuffer(StreamPtr stream, Buffer::Tag tag, std::vector<u8>&& data); | 37 | bool QueueBuffer(StreamPtr stream, Buffer::Tag tag, std::vector<s16>&& data); |
| 38 | 38 | ||
| 39 | private: | 39 | private: |
| 40 | SinkPtr sink; | 40 | SinkPtr sink; |