Changeset 5158c22


Ignore:
Timestamp:
Jan 3, 2014, 11:50:11 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
52efae1
Parents:
44721ff
Message:

src/io/source_wavread.h: add native wav reader

Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r44721ff r5158c22  
    194194#include "io/source_apple_audio.h"
    195195#include "io/source_avcodec.h"
     196#include "io/source_wavread.h"
    196197#include "io/sink_sndfile.h"
    197198#include "io/sink_apple_audio.h"
  • wscript

    r44721ff r5158c22  
    229229            ctx.msg('Checking for all libav libraries', 'not found', color = 'YELLOW')
    230230
     231    ctx.define('HAVE_WAVREAD', 1)
     232
    231233    # use memcpy hacks
    232234    if (ctx.options.enable_memcpy == True):
Note: See TracChangeset for help on using the changeset viewer.