Voice-Changer-MeowVoice Code
Meow Voice Changer is a lightweight, real-time voice modulation tool
Brought to you by:
debug-snep
File | Date | Author | Commit |
---|---|---|---|
dll | 2025-06-05 |
![]() |
[f6199d] ## Version 1.7.5 fixes: |
Meow Voice.exe | 2025-06-05 |
![]() |
[f6199d] ## Version 1.7.5 fixes: |
Meow Voice.exe.config | 2025-06-05 |
![]() |
[6b443a] Move DLL files |
README.md | 2025-06-05 |
![]() |
[851376] Update README.md |
Voice.bak | 2025-06-05 |
![]() |
[acb569] ## Version 1.7.4 changes: |
Voice_Settings.xml
Voice_Settings.xml
on startupVoice.bak
or hardcoded defaults-Meow Voice Changer is free to use and redistribute for non-commercial purposes. It uses the NAudio and SoundTouch for NAudio libraries, which have their own licensing terms. See their respective repositories for details.
-Copyright © 2025 DEBUG_SNEP (aka Shiro Sneaky Snep)
-Inspired by the communication sounds of Battlestar Galactica.
-Built with NAudio and SoundTouch for NAudio.
Type q to quit.
Setting | Description | Default Value |
---|---|---|
Sample_Rate |
Audio sampling rate (Hz) | 44100 |
Buffer_Milliseconds |
Input buffer size (ms, affects latency/stability) | 100 |
Sequence_DurationMs |
Processing segment size (ms, affects quality/latency) | 100 |
Seek_Window_DurationMs |
Overlap search window (ms, improves pitch/tempo accuracy) | 15 |
Overlap_DurationMs |
Segment overlap (ms, ensures smooth transitions) | 8 |
Pitch_Semi_Tones |
Pitch shift in semitones (+ higher, - lower) | 0.0 |
Tempo |
Playback speed multiplier (e.g., 1.05 = 105%) | 1.0 |
Wobble_Depth |
Pitch wobble amplitude (semitones) | 0.0 |
Wobble_Frequency |
Pitch wobble frequency (Hz) | 0.0 |
currentTime |
Internal time tracking for wobble effect | 0.0 |
EQ_Center |
Equalizer center frequency (Hz) | 2000.0 |
EQ_Q |
Equalizer bandwidth (Q factor, 0.0–1.0) | 1.0 |
EQ_Gain |
Equalizer gain (dB) | 6.0 |
EQ_Enabled |
Enable/disable equalizer | false |
Echo_Delay |
Echo delay (seconds) | 0.0 |
Echo_Decay |
Echo decay strength (0.0–1.0) | 0.0 |
RingMod_Enabled |
Enable/disable ring modulation (robotic effect) | false |
Mod_Frequency |
Ring modulation frequency (Hz) | 200.0 |
Mod_Depth |
Ring modulation depth (0.0–1.0) | 0.5 |
Flange_Enabled |
Enable/disable flanging (sci-fi effect) | false |
Flange_Depth |
Flanging depth (0.0–1.0) | 0.3 |
Flange_Frequency |
Flanging frequency (Hz) | 0.5 |
BandPass_Enabled |
Enable/disable band-pass filter (radio effect) | false |
BandPass_Low |
Band-pass filter low frequency (Hz) | 300.0 |
BandPass_High |
Band-pass filter high frequency (Hz) | 3000.0 |
Distortion_Enabled |
Enable/disable distortion (gritty effect) | false |
Distortion_Gain |
Distortion gain multiplier | 2.0 |
Static_Enabled |
Enable/disable static noise (radio effect) | false |
Static_Level |
Static noise amplitude (0.0–1.0) | 0.005 |
Compression_Enabled |
Enable/disable compression (volume evening) | false |
Compression_Threshold |
Compression threshold (dB) | -20.0 |
Compression_Ratio |
Compression ratio (e.g., 4.0 = 4:1) | 4.0 |
Static_Burst_Enabled |
Enable/disable random static bursts | false |
Static_Burst_Probability |
Probability of static bursts (0.0–1.0) | 0.01 |
Static_Burst_Level |
Static burst amplitude (0.0–1.0) | 0.2 |
Hum_Enabled |
Enable/disable low-frequency hum (radio ambiance) | false |
Hum_Frequency |
Hum frequency (Hz) | 60.0 |
Hum_Level |
Hum amplitude (0.0–1.0) | 0.05 |
Tempo: May cause clipping with non-44100 Hz inputs. Use cautiously.
Latency: Smaller buffers (b) reduce latency but may glitch; larger buffers improve stability.
Virtual Audio Cable: Use for streaming/recording (e.g., VB-Audio).
Validation: Ensure settings are valid (e.g., Sample_Rate > 0).