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

Bug fix for repitching & tempo automix errors #593

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 13, 2024

  1. Fix Tempo Error - `TypeError: unsupported format string passed to num…

    …py.ndarray.__format__`
    Ma5onic authored Apr 13, 2024
    1 Configuration menu
    Copy the full SHA
    b792f07 View commit details
    Browse the repository at this point in the history
  2. Bump librosa to 0.10.2-release branch

    This fixes `AttributeError: module 'scipy.signal' has no attribute 'hann'` that occurs when trying to augment data using `automix.py`.
    
    In librosa version 0.10.2.dev0, the `__trim_beats` in beat.py no longer uses scipy for hanning computation & now uses `np.hanning` instead.
    Ma5onic authored Apr 13, 2024
    1 Configuration menu
    Copy the full SHA
    f1254ce View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    8b42904 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Fix install instructions for machine learning scientists

    Fix README.md instructions for machine learning scientists, so that the training requirements/dependencies actually get installed.
    Ma5onic authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fc17f8b View commit details
    Browse the repository at this point in the history
  2. Removed typo in my comments

    `-12` should have been `-0.12` but the comment was redundant, so I removed it.
    Ma5onic authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    46a5090 View commit details
    Browse the repository at this point in the history