mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
v0.6c
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file.
|
// Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file.
|
||||||
// mini_al - v0.6b - 2018-02-03
|
// mini_al - v0.6c - 2018-02-12
|
||||||
//
|
//
|
||||||
// David Reid - davidreidsoftware@gmail.com
|
// David Reid - davidreidsoftware@gmail.com
|
||||||
|
|
||||||
@@ -11505,6 +11505,9 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count)
|
|||||||
// REVISION HISTORY
|
// REVISION HISTORY
|
||||||
// ================
|
// ================
|
||||||
//
|
//
|
||||||
|
// v0.6c - 2018-02-12
|
||||||
|
// - Fix build errors with BSD/OSS.
|
||||||
|
//
|
||||||
// v0.6b - 2018-02-03
|
// v0.6b - 2018-02-03
|
||||||
// - Fix some warnings when compiling with Visual C++.
|
// - Fix some warnings when compiling with Visual C++.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user