twobrainsink / VoiceChanger

Мои наработки программы для изменения голоса в реальном времени
5 stars 0 forks source link

Instructions Unclear #1

Open anshluu opened 2 years ago

anshluu commented 2 years ago

Hi! I'm looking to help out with this voice changer. To improve, I think you should give some run instructions!

twobrainsink commented 2 years ago

Hi! I'm looking to help out with this voice changer. To improve, I think you should give some run instructions!

Hello, thank you for your response. There are three files in this repository: voicechanger(only pyaudio) - this is my first attempt to do voice change with wav files, its minus is that it recorded silence, because of this there was a delay in playback. voicechanger(speech_recognition) - in this file I used speech_recognition to record only the voice delay was reduced, but I would like more. real_time.py is real-time audio processing (no wav files), only I haven't found a way to change the voice yet. About how to use them: just run any of these files with Pyaudio, Speech_Recognition Pydub and Wave preinstalled.

anshluu commented 2 years ago

Hi! I'm looking to help out with this voice changer. To improve, I think you should give some run instructions!

Hello, thank you for your response. There are three files in this repository: voicechanger(only pyaudio) - this is my first attempt to do voice change with wav files, its minus is that it recorded silence, because of this there was a delay in playback. voicechanger(speech_recognition) - in this file I used speech_recognition to record only the voice delay was reduced, but I would like more. real_time.py is real-time audio processing (no wav files), only I haven't found a way to change the voice yet. About how to use them: just run any of these files with Pyaudio, Speech_Recognition Pydub and Wave preinstalled.

Oh! That makes sense. Looks good so far!

twobrainsink commented 2 years ago

Hi! I'm looking to help out with this voice changer. To improve, I think you should give some run instructions!

Hello, thank you for your response. There are three files in this repository: voicechanger(only pyaudio) - this is my first attempt to do voice change with wav files, its minus is that it recorded silence, because of this there was a delay in playback. voicechanger(speech_recognition) - in this file I used speech_recognition to record only the voice delay was reduced, but I would like more. real_time.py is real-time audio processing (no wav files), only I haven't found a way to change the voice yet. About how to use them: just run any of these files with Pyaudio, Speech_Recognition Pydub and Wave preinstalled.

Oh! That makes sense. Looks good so far!

Thanks