Skip to content

Passing wrong arguments to sox #2

@Tiebe-Vercoutter

Description

@Tiebe-Vercoutter

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}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions