Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 4, 2018 04:44
Show Gist options
  • Save ryantm/4f0ca9e9ff756ef115f4568ee5b11738 to your computer and use it in GitHub Desktop.
Save ryantm/4f0ca9e9ff756ef115f4568ee5b11738 to your computer and use it in GitHub Desktop.
/nix/store/acy1g3kig2dqan70y5jnmqm6mlca8jry-aubio-0.4.7
├── bin
│   ├── aubiomfcc
│   ├── aubionotes
│   ├── aubioonset
│   ├── aubiopitch
│   ├── aubioquiet
│   └── aubiotrack
├── include
│   └── aubio
│   ├── aubio.h
│   ├── cvec.h
│   ├── fmat.h
│   ├── fvec.h
│   ├── io
│   │   ├── audio_unit.h
│   │   ├── ioutils.h
│   │   ├── sink_apple_audio.h
│   │   ├── sink.h
│   │   ├── sink_sndfile.h
│   │   ├── sink_wavwrite.h
│   │   ├── source_apple_audio.h
│   │   ├── source_avcodec.h
│   │   ├── source.h
│   │   ├── source_sndfile.h
│   │   └── source_wavread.h
│   ├── lvec.h
│   ├── mathutils.h
│   ├── musicutils.h
│   ├── notes
│   │   └── notes.h
│   ├── onset
│   │   ├── onset.h
│   │   └── peakpicker.h
│   ├── pitch
│   │   ├── pitchfcomb.h
│   │   ├── pitch.h
│   │   ├── pitchmcomb.h
│   │   ├── pitchschmitt.h
│   │   ├── pitchspecacf.h
│   │   ├── pitchyinfast.h
│   │   ├── pitchyinfft.h
│   │   └── pitchyin.h
│   ├── spectral
│   │   ├── awhitening.h
│   │   ├── dct.h
│   │   ├── fft.h
│   │   ├── filterbank.h
│   │   ├── filterbank_mel.h
│   │   ├── mfcc.h
│   │   ├── phasevoc.h
│   │   ├── specdesc.h
│   │   └── tss.h
│   ├── synth
│   │   ├── sampler.h
│   │   └── wavetable.h
│   ├── tempo
│   │   ├── beattracking.h
│   │   └── tempo.h
│   ├── temporal
│   │   ├── a_weighting.h
│   │   ├── biquad.h
│   │   ├── c_weighting.h
│   │   ├── filter.h
│   │   └── resampler.h
│   ├── types.h
│   ├── utils
│   │   ├── hist.h
│   │   ├── log.h
│   │   ├── parameter.h
│   │   └── scale.h
│   └── vecutils.h
└── lib
├── libaubio.a
├── libaubio.so -> libaubio.so.5.3.7
├── libaubio.so.5 -> libaubio.so.5.3.7
├── libaubio.so.5.3.7
└── pkgconfig
└── aubio.pc
14 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment