Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for Sox's compression(bitrate) argument #153

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 16, 2024

  1. feat: Add support for Sox's compression(bitrate) argument

    Adds support for bitrate as parameter to output arguments. It is useful converting files to MP3 format. Requires a new version of soundfile(0.11.0) that supports MP3 formats alongside upgraded libsndfile version to 1.1.0. This is for the `test_bitrate_valid` test.
    adinhodovic committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bc26a19 View commit details
    Browse the repository at this point in the history
  2. fix: Grammar issues

    adinhodovic committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e42f7c3 View commit details
    Browse the repository at this point in the history
  3. ci: Add libsox

    adinhodovic committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e0721a9 View commit details
    Browse the repository at this point in the history