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.
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.