Ignore:
Timestamp:
Feb 10, 2013, 6:27:31 AM (11 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:
c8f411b
Parents:
5a66677
Message:

src/io/source_sndfile.{c,h}: add get_samplerate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    r5a66677 ra8752a8  
    186186}
    187187
     188uint_t aubio_source_sndfile_get_samplerate(aubio_source_sndfile_t * s) {
     189  return s->samplerate;
     190}
     191
    188192#endif /* HAVE_SNDFILE */
Note: See TracChangeset for help on using the changeset viewer.