mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Doc lines for vendor:*
This commit is contained in:
Vendored
+4
-5
@@ -1,7 +1,7 @@
|
||||
package miniaudio
|
||||
|
||||
/*
|
||||
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
|
||||
Bindings for [[ miniaudio ; https://miniaud.io/docs ]] audio playback and capture library.
|
||||
|
||||
Choice of public domain or MIT-0. See license statements at the end of this file.
|
||||
miniaudio - v0.11.21 - 2023-11-15
|
||||
|
||||
David Reid - mackron@gmail.com
|
||||
@@ -9,9 +9,7 @@ David Reid - mackron@gmail.com
|
||||
Website: https://miniaud.io
|
||||
Documentation: https://miniaud.io/docs
|
||||
GitHub: https://github.com/mackron/miniaudio
|
||||
*/
|
||||
|
||||
/*
|
||||
1. Introduction
|
||||
===============
|
||||
miniaudio is a single file library for audio playback and capture. To use it, do the following in
|
||||
@@ -3736,3 +3734,4 @@ See below for some tips on improving performance.
|
||||
- When compiling with VC6 and earlier, decoding is restricted to files less than 2GB in size. This
|
||||
is due to 64-bit file APIs not being available.
|
||||
*/
|
||||
package miniaudio
|
||||
Reference in New Issue
Block a user