Changeset 05ed7f5 for src


Ignore:
Timestamp:
Jul 2, 2020, 7:03:56 PM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
e7c6216
Parents:
7b8e51c (diff), bd183b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feature/timestretch'

Location:
src
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r7b8e51c r05ed7f5  
    221221#include "pitch/pitchspecacf.h"
    222222#include "tempo/beattracking.h"
     223#include "effects/pitchshift.h"
     224#include "effects/timestretch.h"
    223225#include "utils/scale.h"
    224226#include "utils/hist.h"
  • src/wscript_build

    r7b8e51c r05ed7f5  
    77uselib += ['SAMPLERATE']
    88uselib += ['SNDFILE']
     9uselib += ['RUBBERBAND']
    910uselib += ['AVCODEC']
    1011uselib += ['AVFORMAT']
Note: See TracChangeset for help on using the changeset viewer.