output/osx: fix typo
This commit is contained in:
@@ -793,7 +793,7 @@ OSXOutput::Play(std::span<const std::byte> input)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
size_t bytes_written = ring_buffer->WriteFrom(input);
|
size_t bytes_written = ring_buffer.WriteFrom(input);
|
||||||
|
|
||||||
if (!started) {
|
if (!started) {
|
||||||
OSStatus status = AudioOutputUnitStart(au);
|
OSStatus status = AudioOutputUnitStart(au);
|
||||||
|
Reference in New Issue
Block a user