diff options
author | 2025-04-14 11:31:53 +0200 | |
---|---|---|
committer | 2025-04-27 22:23:20 +0200 | |
commit | d0f1c15a0f6df2dd51a754cb46e6175b7079c8f2 (patch) | |
tree | be35c94340442af08c316a8679089ee68e119fac /docs/source/techspecs/index.rst | |
parent | ec636faeba5c5841c5a4a35b7c9dc2f06a00f538 (diff) |
New sound infrastructure.
Should be added soon:
- mute
- speaker/microphone resampling
To be added a little later:
- compression
- reverb
Needs to be added by someone else:
- coreaudio
- direct
- portaudio
- xaudio2
- js
Diffstat (limited to 'docs/source/techspecs/index.rst')
-rw-r--r-- | docs/source/techspecs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/techspecs/index.rst b/docs/source/techspecs/index.rst index 71f74618965..72c678b4ca6 100644 --- a/docs/source/techspecs/index.rst +++ b/docs/source/techspecs/index.rst @@ -15,6 +15,7 @@ MAME’s source or working on scripts that run within the MAME framework. device_memory_interface device_rom_interface device_disasm_interface + device_sound_interface memory cpu_device floppy @@ -22,3 +23,5 @@ MAME’s source or working on scripts that run within the MAME framework. m6502 uml_instructions poly_manager + audio_effects + osd_audio |