Apah

Results 3 issues of Apah

Hello, Apologies if this has already been answered, I researched a bit but couldn't find an answer. Is GPU no longer available on windows ? Documentation only mentions gpu for...

Hi, Thank you for your work. Just discovered the library and it seems very good. I have a problem with **hyperparameter tuning** however. It really isn't clear how it works....

### Steps to reproduce ```python from pydub import AudioSegment def main(): mp3_file_path = "tests/146218705.mp3" wav_file_path = mp3_file_path.replace("mp3", "wav") new_mp3_file_path = mp3_file_path.replace(".mp3", "_new.mp3") sound = AudioSegment.from_mp3(mp3_file_path) sound.export(wav_file_path, format="wav") sound = AudioSegment.from_wav(wav_file_path)...