From 6690f854ce9d8683ff54cd14e815396ea1616bc6 Mon Sep 17 00:00:00 2001 From: Chintan Shah Date: Thu, 18 Jul 2024 17:08:46 -0700 Subject: [PATCH] Change log: 1/ Removed custom enum types, these will be implicit with custom extensions. --- extensions/2.0/Khronos/KHR_audio_graph/README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/extensions/2.0/Khronos/KHR_audio_graph/README.md b/extensions/2.0/Khronos/KHR_audio_graph/README.md index d20d7c1254..6983d860bf 100644 --- a/extensions/2.0/Khronos/KHR_audio_graph/README.md +++ b/extensions/2.0/Khronos/KHR_audio_graph/README.md @@ -300,7 +300,7 @@ This represents an audio source generating a periodic waveform. It can be set to string - Specifies the waveform type (saw, square, triangle, sine, custom). + Specifies the waveform type (saw, square, triangle, sine). @@ -511,13 +511,11 @@ Using a spatial emitter, an audio stream can be spatialized or positioned in spa string - Determines which spatialization model will be used to position the audio in 3D space (equal power, HRTF, Custom). + Determines which spatialization model will be used to position the audio in 3D space (equal power, HRTF).

equalpower: Represents the equal-power panning algorithm, generally regarded as simple and efficient. equalpower is the default value.

HRTF: Renders a stereo output of higher quality than equalpower — it uses a convolution with measured impulse responses from human subjects. -

-Custom: User-defined panning algorithm. @@ -573,7 +571,7 @@ Custom: User-defined panning algorithm. string - Specifies the distance model for the audio emitter linear, inverse, exponential, custom). + Specifies the distance model for the audio emitter linear, inverse, exponential). @@ -641,7 +639,7 @@ Custom: User-defined panning algorithm. string - Shape in which emitter emits audio (cone, omnidirectional, custom). + Shape in which emitter emits audio (cone, omnidirectional). @@ -729,7 +727,7 @@ Describes the position and other physical characteristics of a listener from whi string - The curve to apply when changing gains (linear, custom). + The curve to apply when changing gains (linear). @@ -1006,7 +1004,7 @@ Use the Audio filter node to attenuate a range of frequencies. A filter node alw string - Defining the kind of filtering algorithm the node is implementing (lowpass, highpass, bandpass, lowshelf, highshelf, peaking, notch, allpass, custom) + Defining the kind of filtering algorithm the node is implementing (lowpass, highpass, bandpass, lowshelf, highshelf, peaking, notch, allpass)