Skip to content

Bash: Adjust ffmpeg code to avconv format #357

@jeff1evesque

Description

@jeff1evesque

Since we are now using avconv, we will need to adjust converter_wav_rate to use the avconv syntax rather than the current ffmpeg command:

ffmpeg -i ../audio/recording/"$file" -acodec pcm_s16le -ac 1 -ar 16000 -y ../audio/recording_converted/"$filename"

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