EnglishSpeechUpsampler
EnglishSpeechUpsampler copied to clipboard
Upsample speech audio in wav format using deep learning
Hi, I am working on implementing an automated system that enhances the sound quality of real-time music streams generated by lossy compression (e.g., MP3, AAC). I find your open source...
Hi, Can anyone pls help me in calclulating the LSD. what is the range of LSD? Thanks in advance.
Hello, does anyone have a pretrained model I can get so I won't have to train for days?
in upsampling_audio_file , there is a code here that puzzles me > true_wf = true_wf[:int(true_wf.size/INPUT_SIZE)*INPUT_SIZE] I have modified the project that the model can upsampling a 8000hz audio to a...
May I know if this error related to the fact that I am using Window OS? 1) [LINK](https://stackoverflow.com/questions/46608465/what-is-inside-so-file-of-python-library-distribution)
For this error, Change the [script](https://github.com/jhetherly/EnglishSpeechUpsampler/blob/master/preprocessing/test_train_split.py) line 18 ` with open(filename, 'wb') as csvfile:` to ` with open(filename, 'w') as csvfile:` Ref [Ref 1](https://stackoverflow.com/questions/33054527/python-3-5-typeerror-a-bytes-like-object-is-required-not-str-when-writing-t)
Any real time examples or is it too slow?