sm64coopdx/docs/lua
Cooliokid956 28c0d7b8ec Miscellaneous Audio Tweaks
- New function for get/set parity: `audio_stream_get_loop_points`
- Arguably better method for managing mod master/stream/sample volumes (sound groups)
- Made *those* functions use u8 instead of f32 (that's what they are intended to be)
- added various defines to trim some unused fat from miniaudio
- LuaTable return type for functions that needed it

Remark:
the `MA_SOUND_FLAG_STREAM` and `MA_SOUND_FLAG_DECODE` flags don't actually do anything since all audio is always read to memory before decoding (via data source), these flags only get a response in the Resource Manager, which we don't ever use here
Right now, the only true difference between samples and streams is in `MA_SOUND_FLAG_NO_PITCH` (also not really, since this flag is overturned when sample rates mismatch (very often)), as well as samples' special duplication tech
2026-03-27 20:50:27 -05:00
..
examples Fix gfx_set_command bug if symbol is a substring of another symbol 2025-11-08 16:46:59 +01:00
guides Add surface collision Lua hooks (#1139) 2026-03-15 14:04:36 +01:00
constants.md Add surface collision Lua hooks (#1139) 2026-03-15 14:04:36 +01:00
functions-2.md Multi-return from C and other autogen changes (#1044) 2025-12-19 20:27:44 -05:00
functions-3.md DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00
functions-4.md DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00
functions-5.md DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00
functions-6.md Miscellaneous Audio Tweaks 2026-03-27 20:50:27 -05:00
functions-7.md Miscellaneous Audio Tweaks 2026-03-27 20:50:27 -05:00
functions.md Miscellaneous Audio Tweaks 2026-03-27 20:50:27 -05:00
globals.md Final touches for geo hooks (#588) 2024-12-28 08:44:36 -05:00
lua.md ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
structs.md DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00