confirmed: <1 results in Higher pitch. Adjusted NEUTRAL to slightly lower pitch
This commit is contained in:
+1
@@ -61,6 +61,7 @@ class VoiceAnonymizationController(
|
||||
preset: VoicePreset,
|
||||
originalFile: File?,
|
||||
) {
|
||||
Log.d(logTag, "selectPreset called with: ${preset.name}, pitchFactor: ${preset.pitchFactor}")
|
||||
if (processingPreset != null || preset == selectedPreset) return
|
||||
|
||||
if (preset == VoicePreset.NONE) {
|
||||
|
||||
@@ -29,5 +29,5 @@ enum class VoicePreset(
|
||||
NONE(1.0, R.string.voice_preset_none),
|
||||
DEEP(1.4, R.string.voice_preset_deep),
|
||||
HIGH(0.75, R.string.voice_preset_high),
|
||||
NEUTRAL(0.9, R.string.voice_preset_neutral),
|
||||
NEUTRAL(1.1, R.string.voice_preset_neutral),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user