summaryrefslogtreecommitdiff
path: root/src/audio
AgeCommit message (Expand)Author
2026-04-24Rename NoteSubEu -> NoteSampleState (#2738)Tharo
2026-03-21Comment more original names for audio functions from animal crossing (#2721)Tharo
2026-02-26Finish `EnMThunder` documentation (#2702)Jordan Longstaff
2025-06-15Macroify PlaySfxGeneral calls: introduce `SFX_PLAY_CENTERED` and `SFX_PLAY_AT...Dragorn421
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-05-24Cleanup includes in header files (#2540)Dragorn421
2025-05-02Audio internal lib: Merge dcache.c and aisetnextbuf.c into os.c (#2522)fig02
2025-05-01Restructure audio source files (#2520)fig02
2025-04-30Audio Internal Library: Document original function names from Animal Crossing...fig02
2025-04-27Delete macros.h; Delete global.h (#2516)fig02
2025-04-26add array_count.h (#2514)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2025-04-19Remove Variables.h; Decouple z64.h from global.h (#2507)fig02
2025-04-16variables.h: migrate all remaining varaibles, remove other dependencies excep...fig02
2025-04-11variables.h cleaning: migrate audio variables (#2504)fig02
2025-03-27SoundMode -> SoundOutputMode (#2475)fig02
2025-03-26Fix some hardcoded sfx ids (#2496)Tharo
2025-02-26Reduce dependencies on global.h (10) (#2490)mzxrules
2025-02-23Macroify MML opcodes (#2485)Dragorn421
2025-02-19Reduce overlay dependencies on global.h (8) (#2478)mzxrules
2025-02-16Reduce overlay dependencies on global.h (7) (#2472)mzxrules
2025-02-15Use enums for settings in SRAM header (#2429)cadmic
2025-01-13[iQue] Define EGCS macro instead of relying on `__GNUC__` (#2423)cadmic
2025-01-02[iQue] Build some C files with EGCS (#2396)cadmic
2024-12-26Fix iQue audio and line numbers (#2386)cadmic
2024-12-20Move const-qualified data from session_config.c to session_init.c, no longer ...Tharo
2024-12-13[Audio 10/10] Loose ends (#2337)Tharo
2024-12-02Fix some more GCC warnings, mark some bugs based on GCC warnings (#2309)Tharo
2024-11-17Decouple Debug Features From gc-eu-mq-dbg (#2296)fig02
2024-10-09[ntsc-1.0/1.1] Match audio library (#2243)cadmic
2024-09-23[PAL N64] Miscellaneous changes (#2211)cadmic
2024-09-18[PAL N64] Create macros for 50-Hz-related values (#2206)cadmic
2024-09-15[Audio 8/?] Check-in handwritten sequences, build sequences, automate various...Tharo
2024-09-12[ntsc-1.2] Match ntsc-1.2 BSS and add to CI (#2187)cadmic
2024-09-11[ntsc-1.2] Match N64 audio tables (#2183)cadmic
2024-09-07Move audio/general.c debug bss with the rest of bss (#2152)Dragorn421
2024-09-06Clean up uses of !PLATFORM_N64 vs PLATFORM_GC (#2134)cadmic
2024-09-06Move button macros to include/controller.h (#2138)cadmic
2024-09-05Naming a function (#2124)Ozero4
2024-09-03[ntsc-1.2] Match audio (#2122)cadmic
2024-08-27[Audio 6/?] Build Soundfonts and the Soundfont Table (#2056)Tharo
2024-08-25In fix_bss.py, really always use BSS section start from map file (#2085)cadmic
2024-08-17[Audio 5/?] Build the Samplebank Table (#2044)Tharo
2024-08-12Add names to all typedef'd structs, unions, and enums (#2028)cadmic
2024-07-18Nicer AudioSeq_SequenceChannelProcessScript match (#1996)inspectredc
2024-03-29Fix various data issues in gc-eu-mq (#1921)cadmic
2024-03-23More data fixes (#1929)cadmic
2024-03-01No longer use asm-processor (#1824)Dragorn421
2024-02-28AVOID_UB for out-of-bounds access in AudioLoad_Init (#1902)Tharo
2024-02-27Remove gSystemHeap and use _buffersSegmentEnd instead, make buffer alignments...Tharo