David Reid
5eb78ec819
Merge branch 'dev' into dev-0.12
2025-08-20 16:40:57 +10:00
David Reid
18055f34bb
voclib: Fix a compilation error.
2025-08-20 16:40:46 +10:00
David Reid
db38f0b003
Merge branch 'dev' into dev-0.12
2025-08-20 16:09:58 +10:00
David Reid
f6bae251bd
verblib: Try fixing a compilation error on macOS.
2025-08-20 16:09:44 +10:00
David Reid
e79e35a5ef
Fix compilation errors.
2025-02-23 13:08:56 +10:00
David Reid
b6184fa2a0
Fix some Wnewline-eof warnings.
2025-02-23 12:11:29 +10:00
David Reid
37b95f0f42
Remove unnecessary example.
...
The delay node is demonstrated in the engine_effects example.
2025-02-22 14:36:46 +10:00
David Reid
9f10bc7540
Improvements to the build system for extra nodes.
...
With this change, nodes in the extras folder can now be compiled as a
conventional library.
2025-02-22 14:25:45 +10:00
RainRat
030b9554c2
fix typos
2024-03-01 08:35:45 +10:00
David Reid
766a155fb3
Stop using MA_ASSERT in examples.
...
This is useful because MA_ASSERT is only defined in the implementation
section of miniaudio.h which can cause issues when people copy/paste
the code and use it in a file that does not have visibility of the
implementation.
Note that there are still more references to implementation-defined
macros, but these have been moved to the public section in the dev-0.12
branch so I'm not bothering to change those just yet.
Public issue https://github.com/mackron/miniaudio/issues/787
2023-12-17 08:42:19 +10:00
David Reid
6539b67163
Remove an incorrect comment.
2023-08-27 15:25:08 +10:00
David Reid
1f8c86d9ca
Fix a copy/paste error.
2023-08-22 21:20:35 +10:00
David Reid
08472e45d7
Fix a copy paste error in some of the nodes in the extras folder.
2022-11-11 08:53:06 +10:00
David Reid
eed5e3aac0
Update verblib.
2022-10-26 08:16:32 +10:00
David Reid
e588d10b4c
Revert "verblib: Try fixing an issue in stereo mode."
...
This reverts commit 0788be818b .
This change was technically incorrect. Reverting this change for now
until a better fix is in place. Likely this will require an extra
parameter for controlling this.
2022-10-20 11:08:56 +10:00
David Reid
0788be818b
verblib: Try fixing an issue in stereo mode.
2022-06-25 18:04:40 +10:00
David Reid
9598247096
Remove old files and update examples.
2021-12-10 21:13:34 +10:00
David Reid
ed22ebbfe8
Fix a comment.
2021-12-10 20:55:39 +10:00
David Reid
ba3080d07d
Add support for partial processing to nodes.
...
This includes a leading trimming node to act as a test.
2021-12-10 16:13:16 +10:00
David Reid
b8d04bdd87
Minor typo.
2021-12-10 14:28:54 +10:00
David Reid
efa95d998f
Remove the loop parameter from ma_data_source_read_pcm_frames().
2021-10-13 18:51:17 +10:00
David Reid
73fdf8486b
Move external nodes out of the research folder.
2021-08-14 18:50:48 +10:00