nativeaudio

audio playback for Go
Log | Files | Refs | README | LICENSE

commit 38c008f470c4d41f8258132ba6fe20d027813787
parent 918a97d444b7e80953afbdef4490a47691342b1b
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Mon,  6 May 2024 13:17:45 +0800

nativeaudio: update package doc

Diffstat:
Maudio.go | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/audio.go b/audio.go @@ -3,10 +3,9 @@ // // Where there are native APIs to call we default to invoking ffmpeg. // -// Windows: Media Foundation -// macOS: ffmepg (pending native bindings) -// Linux: ffmpeg -// +// Windows: Media Foundation +// macOS: AudioToolbox +// Linux: ffmpeg package nativeaudio import (