From e293ce5b590d48a5a62f44a53a05be93b14a8c8e Mon Sep 17 00:00:00 2001 From: Jonas Stienen Date: Tue, 7 Jan 2020 15:18:40 +0100 Subject: [PATCH] Correcting wrong dB value for default sound power level --- documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.html b/documentation.html index f3ba933..5b18f8a 100644 --- a/documentation.html +++ b/documentation.html @@ -947,7 +947,7 @@ mute_state = va.get_sound_source_muted( S )
va.set_sound_source_sound_power( S, P )
 P = va.get_sound_source_sound_power( S )
 
-The default value of 31.67 mW (65 dB re 10e-12 Watts) corresponds to 1 Pascal (94.0 dB SPL re 20e-6 Pascal ) in a distance of 1 m for spherical spreading. The final gain of a sound source is linked to the input signal, which is explained below. However, a digital signal with an RMS value of 1.0 (e.g., a sine wave with peak value of sqrt(2)) will retain 94 dB SPL @ 1m. A directivity may alter this value for a certain direction, but a calibrated directivity will not change the overall excited sound power of the sound source when integrating over a hull. +The default value of 31.67 mW (105 dB re 10e-12 Watts) corresponds to 1 Pascal (94.0 dB SPL re 20e-6 Pascal ) in a distance of 1 m for spherical spreading. The final gain of a sound source is linked to the input signal, which is explained below. However, a digital signal with an RMS value of 1.0 (e.g., a sine wave with peak value of sqrt(2)) will retain 94 dB SPL @ 1m. A directivity may alter this value for a certain direction. Here, two approaches are common. A power calibrated directivity database will not change the overall excited sound power of the sound source when integrating over a hull, which may influence the spectrum to the front. A referenced directivity will not affect the spectrum of reference direction, usually the front - the frequency values all become 1.0 (0 dB).

A list of all available sound sources returns the function -- GitLab