This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:orx:config:settings_structure:orxsound [2023/07/10 00:32 (2 years ago)] – Pitch correction (lol) sausage | en:orx:config:settings_structure:orxsound [2025/09/30 17:26 (5 weeks ago)] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== Summary ==== | ==== Summary ==== | ||
| - | <code ini> | + | <code ini> |
| + | [SoundTemplate] | ||
| Sound = path/ | Sound = path/ | ||
| Music = path/ | Music = path/ | ||
| Line 19: | Line 20: | ||
| </ | </ | ||
| + | |||
| + | === BiquadFilter === | ||
| + | |||
| + | <code ini> | ||
| + | [BiquadFilter] | ||
| + | Type = biquad | ||
| + | UseCustomParam = < | ||
| + | A0 = < | ||
| + | A1 = < | ||
| + | A2 = < | ||
| + | B0 = < | ||
| + | B1 = < | ||
| + | B2 = < | ||
| + | </ | ||
| + | |||
| + | === LowPassFilter=== | ||
| + | |||
| + | <code ini> | ||
| + | [LowPassFilter] | ||
| + | Type = lowpass | ||
| + | UseCustomParam = < | ||
| + | Frequency | ||
| + | Order = <int> | ||
| + | </ | ||
| + | |||
| + | === HighPassFilter === | ||
| + | |||
| + | <code ini> | ||
| + | [HighPassFilter] | ||
| + | Type = highpass | ||
| + | UseCustomParam = < | ||
| + | Frequency | ||
| + | Order = <int> | ||
| + | </ | ||
| + | |||
| + | |||
| + | === BandPassFilter === | ||
| + | |||
| + | <code ini> | ||
| + | [BandPassFilter] | ||
| + | Type = bandpass | ||
| + | UseCustomParam = < | ||
| + | Frequency | ||
| + | Order = <int> | ||
| + | </ | ||
| + | |||
| + | === LowShelfFilter === | ||
| + | |||
| + | <code ini> | ||
| + | [LowShelfFilter] | ||
| + | Type = lowshelf | ||
| + | UseCustomParam = < | ||
| + | Frequency | ||
| + | Q = < | ||
| + | Gain = < | ||
| + | </ | ||
| + | |||
| + | === HighShelfFilter === | ||
| + | |||
| + | <code ini> | ||
| + | [HighShelfFilter] | ||
| + | Type = highshelf | ||
| + | UseCustomParam = < | ||
| + | Frequency | ||
| + | Q = < | ||
| + | Gain = < | ||
| + | </ | ||
| + | |||
| + | === NotchFilter === | ||
| + | |||
| + | <code ini> | ||
| + | [NotchFilter] | ||
| + | Type = notch | ||
| + | UseCustomParam = < | ||
| + | Frequency | ||
| + | Q = < | ||
| + | </ | ||
| + | |||
| + | === PeakingFilter === | ||
| + | |||
| + | <code ini> | ||
| + | [PeakingFilter] | ||
| + | Type = peaking | ||
| + | UseCustomParam = < | ||
| + | Frequency | ||
| + | Q = < | ||
| + | Gain = < | ||
| + | </ | ||
| + | |||
| + | === DelayFilter === | ||
| + | |||
| + | <code ini> | ||
| + | [DelayFilter] | ||
| + | Type = delay | ||
| + | UseCustomParam = < | ||
| + | Delay = < | ||
| + | Decay = < | ||
| + | </ | ||
| + | |||
| Line 39: | Line 139: | ||
| **NB: Spatialized sounds can be performed on either mono or stereo sounds. There is no longer any restriction on sample types.** | **NB: Spatialized sounds can be performed on either mono or stereo sounds. There is no longer any restriction on sample types.** | ||
| + | |||
| + | === BiquadFilter === | ||
| + | |||
| + | * '' | ||
| + | |||
| + | === LowPassFilter === | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | === HighPassFilter === | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | === BandPassFilter === | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | === LowShelfFilter === | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | === HighShelfFilter === | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | === NotchFilter === | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | === PeakingFilter === | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | === DelayFilter === | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | |||
| ==== Latest config settings for the Development Version ==== | ==== Latest config settings for the Development Version ==== | ||
| {{section> | {{section> | ||