-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the audio_download.py file the channels and bits arguments passed to sox are switched
cmdstring = f"sox {path_to_download} -G -c {bits} -b {channels} -r {sample_rate} {path_to_formatted_audio}"
should be
cmdstring = f"sox {path_to_download} -G -c {channels} -b {bits} -r {sample_rate} {path_to_formatted_audio}"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels