From d0f1c15a0f6df2dd51a754cb46e6175b7079c8f2 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Mon, 14 Apr 2025 11:31:53 +0200 Subject: 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 --- docs/source/luascript/ref-core.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/source/luascript/ref-core.rst') diff --git a/docs/source/luascript/ref-core.rst b/docs/source/luascript/ref-core.rst index 7b72d90ebdb..ad6dc24d330 100644 --- a/docs/source/luascript/ref-core.rst +++ b/docs/source/luascript/ref-core.rst @@ -404,9 +404,8 @@ sound.debugger_mute (read/write) sound.system_mute (read/write) A Boolean indicating whether sound output is muted at the request of the emulated system. -sound.attenuation (read/write) - The output volume attenuation in decibels. Should generally be a negative - integer or zero. +sound.volume (read/write) + The output volume in decibels. Should generally be a negative or zero. sound.recording (read-only) A Boolean indicating whether sound output is currently being recorded to a WAV file. -- cgit v1.2.3-70-g09d2