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 569 audio #622

Merged
merged 4 commits into from
Jan 3, 2023
Merged

Feat 569 audio #622

merged 4 commits into from
Jan 3, 2023

Conversation

sammlapp
Copy link
Collaborator

@sammlapp sammlapp commented Jan 3, 2023

resolves #569 by adding Audio.normalize. Also adds Audio.rms and Audio.dBFS.

Breaking changes!

Changes several Audio and Spectrogram methods to properties, which is a breaking change. For instance, now Audio.duration is correct and Audio.duration() will throw an error.

Some methods of Audio (duration, and newly added rms and dBFS) and Spectrogram (duration, window_length, window_step, window_start_times) should be _properties_ (calculated values that are accessed like an attribute) rather than methods. I've updated this code, which makes breaking changes - code calling, for instance, Audio.duration() will throw an error.
concatenate Audio objects end-to-end from a list
@sammlapp sammlapp merged commit a0fc462 into develop Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant