Ignore:
Timestamp:
Jan 3, 2014, 11:42:44 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:
2a0a4f1
Parents:
d4791e5
Message:

tests/src/io/test-source*.c: always get samplerate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source_avcodec.c

    rd4791e5 r2e01060  
    4040  fvec_t *vec = new_fvec(hop_size);
    4141
    42   if (samplerate == 0 ) samplerate = aubio_source_avcodec_get_samplerate(s);
     42  samplerate = aubio_source_avcodec_get_samplerate(s);
    4343
    4444  do {
Note: See TracChangeset for help on using the changeset viewer.