Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
aubio is a collection of tools for music and audio analysis.
This package integrates the aubio library with NumPy to provide a set of efficient tools to process and analyse audio signals, including:
aubio works with both Python 2 and Python 3.
Some examples are available in the python/demos
folder. Each
script is a command line program which accepts one ore more argument.
Notes: installing additional modules is required to run some of the demos.
demo_source.py
uses aubio to read audio samples from media filesdemo_onset_plot.py
detects attacks in a sound file and plots the results
using matplotlibdemo_pitch.py
looks for fundamental frequency in a sound file and plots the
results using matplotlibdemo_spectrogram.py
, demo_specdesc.py
, demo_mfcc.py
for spectral
analysis.demo_pyaudio.py
and demo_tapthebeat.py
use pyaudiodemo_pysoundcard_play.py
, demo_pysoundcard.py
use PySoundCarddemo_alsa.py
uses pyalsaaudiodemo_timestretch.py
can change the duration of an input file and write the
new sound to disk,demo_wav2midi.py
detects the notes in a file and uses mido to write the
results into a MIDI fileUse demo_timestretch_online.py
to slow down loop.wav
, write the results in
stretched_loop.wav
:
$ python demo_timestretch_online.py loop.wav stretched_loop.wav 0.92
The core of aubio is written in C for portability and speed. In addition to NumPy, aubio can be optionally built to use one or more of the following libraries:
media file reading:
hardware acceleration:
FAQs
a collection of tools for music analysis
We found that aubio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.