Analysis Descriptor Documentation¶
Contents
- Analysis Descriptor Documentation
- Analysis Settings
- Acronyms for the statistics
- Metadata Descriptors
- Lowlevel Descriptors
- lowlevel.spectral_complexity
- lowlevel.silence_rate_20dB
- lowlevel.erb_bands
- lowlevel.average_loudness
- lowlevel.spectral_rms
- lowlevel.spectral_kurtosis
- lowlevel.barkbands_kurtosis
- lowlevel.scvalleys
- lowlevel.spectral_spread
- lowlevel.pitch
- lowlevel.dissonance
- lowlevel.spectral_energyband_high
- lowlevel.gfcc
- lowlevel.spectral_flux
- lowlevel.silence_rate_30dB
- lowlevel.spectral_contrast
- lowlevel.spectral_energyband_middle_high
- lowlevel.barkbands_spread
- lowlevel.spectral_centroid
- lowlevel.pitch_salience
- lowlevel.silence_rate_60dB
- lowlevel.spectral_entropy
- lowlevel.spectral_rolloff
- lowlevel.barkbands
- lowlevel.spectral_energyband_low
- lowlevel.barkbands_skewness
- lowlevel.pitch_instantaneous_confidence
- lowlevel.spectral_energyband_middle_low
- lowlevel.spectral_strongpeak
- lowlevel.startFrame
- lowlevel.spectral_decrease
- lowlevel.stopFrame
- lowlevel.mfcc
- lowlevel.spectral_energy
- lowlevel.spectral_flatness_db
- lowlevel.frequency_bands
- lowlevel.zerocrossingrate
- lowlevel.spectral_skewness
- lowlevel.hfc
- lowlevel.spectral_crest
- Rhythm Descriptors
- rhythm.first_peak_bpm
- rhythm.onset_times
- rhythm.beats_count
- rhythm.beats_loudness
- rhythm.first_peak_spread
- rhythm.second_peak_weight
- rhythm.bpm
- rhythm.bpm_intervals
- rhythm.onset_count
- rhythm.second_peak_spread
- rhythm.beats_loudness_band_ratio
- rhythm.second_peak_bpm
- rhythm.onset_rate
- rhythm.beats_position
- rhythm.first_peak_weight
- Tonal Descriptors
- tonal.hpcp_entropy
- tonal.chords_scale
- tonal.chords_number_rate
- tonal.key_strength
- tonal.chords_progression
- tonal.key_scale
- tonal.chords_strength
- tonal.key_key
- tonal.chords_changes_rate
- tonal.chords_count
- tonal.hpcp_crest
- tonal.chords_histogram
- tonal.chords_key
- tonal.tuning_frequency
- tonal.hpcp_peak_count
- tonal.hpcp
- Sfx Descriptors
- sfx.temporal_decrease
- sfx.inharmonicity
- sfx.pitch_min_to_total
- sfx.tc_to_total
- sfx.der_av_after_max
- sfx.pitch_max_to_total
- sfx.temporal_spread
- sfx.temporal_kurtosis
- sfx.logattacktime
- sfx.temporal_centroid
- sfx.tristimulus
- sfx.max_der_before_max
- sfx.strongdecay
- sfx.pitch_centroid
- sfx.duration
- sfx.temporal_skewness
- sfx.effective_duration
- sfx.max_to_total
- sfx.oddtoevenharmonicenergyratio
- sfx.pitch_after_max_to_before_max_energy_ratio
Analysis Settings¶
The analysis sample rate is 44100Hz and the audio file’s channels are mixed down to mono. For the lowlevel namespace the frame size is 2048 samples with a hop size of 1024, while for the tonal namespace the frame size is 4096 and the hop size 2048.
Acronyms for the statistics¶
Generally, the lowlevel descriptors have the statistics mean, max, min, var, dmean, dmean2, dvar, and dvar2. These should be read as follows.
Statistic | |
---|---|
mean | The arithmetic mean |
max | The maximum value |
min | The minimum value |
var | The variance |
dmean | The mean of the derivative |
dmean2 | The mean of the second derivative |
dvar | The variance of the derivative |
dvar2 | The variance of the second derivative |
Metadata Descriptors¶
metadata.version¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/metadata/version
Lowlevel Descriptors¶
lowlevel.spectral_complexity¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_complexity
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_SpectralComplexity.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.silence_rate_20dB¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/silence_rate_20dB
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_SilenceRate.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.erb_bands¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/erb_bands
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ERBBands.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.average_loudness¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/average_loudness
Essentia Algorithm
lowlevel.spectral_rms¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_rms
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_RMS.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_kurtosis¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_kurtosis
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.barkbands_kurtosis¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/barkbands_kurtosis
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/min
/max
/dmean2
/dmean
/var
/mean
Distribution in Freesound
lowlevel.scvalleys¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/scvalleys
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_SpectralContrast.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_spread¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_spread
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.pitch¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/pitch
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_PitchYinFFT.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.dissonance¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/dissonance
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Dissonance.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_energyband_high¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_energyband_high
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_EnergyBand.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.gfcc¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/gfcc
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_GFCC.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_flux¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_flux
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Flux.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.silence_rate_30dB¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/silence_rate_30dB
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_SilenceRate.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_contrast¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_contrast
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_SpectralContrast.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_energyband_middle_high¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_energyband_middle_high
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_EnergyBand.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.barkbands_spread¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/barkbands_spread
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_centroid¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_centroid
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Centroid.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.pitch_salience¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/pitch_salience
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_PitchSalience.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.silence_rate_60dB¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/silence_rate_60dB
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_SilenceRate.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_entropy¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_entropy
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Entropy.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_rolloff¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_rolloff
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_RollOff.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.barkbands¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/barkbands
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BarkBands.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_energyband_low¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_energyband_low
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_EnergyBand.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.barkbands_skewness¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/barkbands_skewness
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.pitch_instantaneous_confidence¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/pitch_instantaneous_confidence
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_PitchYinFFT.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_energyband_middle_low¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_energyband_middle_low
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_EnergyBand.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_strongpeak¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_strongpeak
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_StrongPeak.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.startFrame¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/startFrame
Essentia Algorithm
lowlevel.spectral_decrease¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_decrease
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Decrease.html
Stats:
/dmean2
/dmean
/mean
/max
/min
Distribution in Freesound
lowlevel.stopFrame¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/stopFrame
Essentia Algorithm
lowlevel.mfcc¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/mfcc
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_MFCC.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_energy¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_energy
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Energy.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_flatness_db¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_flatness_db
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_FlatnessDB.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.frequency_bands¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/frequency_bands
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_FrequencyBands.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.zerocrossingrate¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/zerocrossingrate
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ZeroCrossingRate.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_skewness¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_skewness
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.hfc¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/hfc
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_HFC.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
lowlevel.spectral_crest¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/lowlevel/spectral_crest
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Crest.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
Rhythm Descriptors¶
rhythm.first_peak_bpm¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/first_peak_bpm
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BpmHistogramDescriptors.html
Stats:
/max
/min
/mean
Distribution in Freesound
rhythm.onset_times¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/onset_times
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_OnsetRate.html
rhythm.beats_count¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/beats_count
Essentia Algorithm
rhythm.beats_loudness¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/beats_loudness
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BeatsLoudness.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
rhythm.first_peak_spread¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/first_peak_spread
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BpmHistogramDescriptors.html
Stats:
/max
/min
/mean
Distribution in Freesound
rhythm.second_peak_weight¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/second_peak_weight
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BpmHistogramDescriptors.html
Stats:
/max
/min
/mean
Distribution in Freesound
rhythm.bpm_intervals¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/bpm_intervals
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_RhythmExtractor2013.html
rhythm.onset_count¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/onset_count
Essentia Algorithm
rhythm.second_peak_spread¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/second_peak_spread
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BpmHistogramDescriptors.html
Stats:
/max
/min
/mean
Distribution in Freesound
rhythm.beats_loudness_band_ratio¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/beats_loudness_band_ratio
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BeatsLoudness.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
rhythm.second_peak_bpm¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/second_peak_bpm
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BpmHistogramDescriptors.html
Stats:
/max
/min
/mean
Distribution in Freesound
rhythm.onset_rate¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/onset_rate
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_OnsetDetection.html
rhythm.beats_position¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/beats_position
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_RhythmExtractor2013.html
rhythm.first_peak_weight¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/rhythm/first_peak_weight
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_BpmHistogramDescriptors.html
Stats:
/max
/min
/mean
Distribution in Freesound
Tonal Descriptors¶
tonal.hpcp_entropy¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/hpcp_entropy
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Entropy.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
tonal.chords_scale¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/chords_scale
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ChordsDescriptors.html
tonal.chords_number_rate¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/chords_number_rate
Essentia Algorithm
tonal.key_strength¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/key_strength
Essentia Algorithm
tonal.chords_progression¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/chords_progression
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ChordsDetection.html
tonal.key_scale¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/key_scale
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Key.html
tonal.chords_strength¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/chords_strength
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ChordsDetection.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
tonal.key_key¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/key_key
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Key.html
tonal.chords_changes_rate¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/chords_changes_rate
Essentia Algorithm
tonal.chords_count¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/chords_count
Essentia Algorithm
tonal.hpcp_crest¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/hpcp_crest
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Crest.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
tonal.chords_histogram¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/chords_histogram
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ChordsDescriptors.html
tonal.chords_key¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/chords_key
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ChordsDescriptors.html
tonal.tuning_frequency¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/tuning_frequency
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_TuningFrequency.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
tonal.hpcp_peak_count¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/hpcp_peak_count
Essentia Algorithm
tonal.hpcp¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/tonal/hpcp
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_HPCP.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
Sfx Descriptors¶
sfx.temporal_decrease¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/temporal_decrease
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Decrease.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.inharmonicity¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/inharmonicity
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ Inharmonicity.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
sfx.pitch_min_to_total¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/pitch_min_to_total
Essentia Algorithm
sfx.tc_to_total¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/tc_to_total
Essentia Algorithm
sfx.der_av_after_max¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/der_av_after_max
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_DerivativeSFX.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.pitch_max_to_total¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/pitch_max_to_total
Essentia Algorithm
sfx.temporal_spread¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/temporal_spread
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.temporal_kurtosis¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/temporal_kurtosis
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.logattacktime¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/logattacktime
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_LogAttackTime.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.temporal_centroid¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/temporal_centroid
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Centroid.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.tristimulus¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/tristimulus
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ Tristimulus.html
Stats:
/min
/max
/dvar2
/dmean2
/dmean
/var
/dvar
/mean
Distribution in Freesound
sfx.max_der_before_max¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/max_der_before_max
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_DerivativeSFX.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.strongdecay¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/strongdecay
Essentia Algorithm
sfx.pitch_centroid¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/pitch_centroid
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_Centroid.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.duration¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/duration
Essentia Algorithm
sfx.temporal_skewness¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/temporal_skewness
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_CentralMoments.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.effective_duration¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/effective_duration
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_EffectiveDuration.html
Stats:
/max
/min
/mean
Distribution in Freesound
sfx.max_to_total¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/max_to_total
Essentia Algorithm
sfx.oddtoevenharmonicenergyratio¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/oddtoevenharmonicenergyratio
Essentia Algorithm
http://essentia.upf.edu/documentation/reference/streaming_ OddToEvenHarmonicEnergyRatio.html
Stats:
/dmean2
/dmean
/mean
/max
/min
Distribution in Freesound
sfx.pitch_after_max_to_before_max_energy_ratio¶
curl https://freesound.org/api/sounds/<sound_id>/analysis/sfx/pitch_after_max_to_before_max_energy_ratio
Essentia Algorithm