nativeaudio

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

ModeNameSize
-rw-r--r--.builds/mirror-sync.yml16L
-rw-r--r--.gitattributes14L
-rw-r--r--.github/workflows/ci.yml188L
-rw-r--r--.gitignore2L
-rw-r--r--LICENSE63L
-rw-r--r--README.md164L
-rw-r--r--audio.go179L
-rw-r--r--audio_ffmpeg.go249L
-rw-r--r--audio_linux.go51L
-rw-r--r--audio_macos.go727L
-rw-r--r--audio_unknown.go31L
-rw-r--r--audio_windows.go43L
-rw-r--r--cmd/nativeaudio/main.go47L
-rw-r--r--go.mod16L
-rw-r--r--go.sum6L
-rw-r--r--internal/example/main.go28L
-rw-r--r--internal/libav/libav.go464L
-rw-r--r--internal/mf/callback.go215L
-rw-r--r--internal/mf/callback_32.go18L
-rw-r--r--internal/mf/callback_64.go23L
-rw-r--r--internal/mf/mf.go1289L
-rw-r--r--internal/test/adapter_test.go73L
-rw-r--r--internal/test/audio_test.go319L
-rw-r--r--internal/test/compressed.m4a516742B
-rw-r--r--internal/test/corrupt.m4a250000B
-rw-r--r--internal/test/decode_test.go163L
-rw-r--r--internal/test/ffmpeg_test.go59L
-rw-r--r--internal/test/formats_test.go112L
-rw-r--r--internal/test/fuzz_test.go180L
-rw-r--r--internal/test/linked_test.go46L
-rw-r--r--internal/test/mixkit-game-level-music-689.wav5293138B
-rw-r--r--internal/test/play_test.go46L
-rw-r--r--internal/test/stream_test.go226L
-rw-r--r--internal/test/testdata/pathological.m4a516742B
-rw-r--r--internal/test/uncompressed.f32le.pcm10592256B
-rw-r--r--internal/test/uncompressed.s16le.macos.pcm5300224B
-rw-r--r--internal/test/uncompressed.s16le.pcm5296128B
-rw-r--r--justfile47L
-rw-r--r--pcm/pcm.go162L
-rw-r--r--pcm/pcm_test.go201L
-rw-r--r--play/play.go136L
-rw-r--r--play/play_test.go34L
-rw-r--r--stream.go135L