PlayVoice / lora-svc

singing voice change based on whisper, and lora for singing voice clone
MIT License
621 stars 78 forks source link

Add audio processing script with PyDub library #59

Closed norabai closed 1 year ago

norabai commented 1 year ago

This commit adds an audio processing script that uses the PyDub library for merging, splitting, and saving audio files. It includes functions for combining multiple .wav files into a single AudioSegment object, splitting the object based on silence, and saving the resulting chunks to separate .wav files.