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

implement fun Audio and Spectrogram operators/methods #1032

Open
sammlapp opened this issue Aug 8, 2024 · 0 comments
Open

implement fun Audio and Spectrogram operators/methods #1032

sammlapp opened this issue Aug 8, 2024 · 0 comments

Comments

@sammlapp
Copy link
Collaborator

sammlapp commented Aug 8, 2024

Audio + Audio : concator mix?
Audio + 2: apply gain in decibels
Audio * 2 :multiply samples by constant
Audio * Audio : dot product?
Audio[0:2] : trim Audio to 0-2 seconds. Note that [] slicing does not support floats, must be int

Audio.fade_out()
Audio.fade_in()
Audio.cross_fade()

also filter shapes besides low pass and high pass (like shelf, notch/boost)

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

No branches or pull requests

1 participant