Ignore:
Timestamp:
Mar 22, 2013, 1:41:54 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:
4865e4b
Parents:
2d3212a
Message:

add seek to src/io/source*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.h

    r2d3212a r7982203  
    8585/**
    8686
     87  seek source object
     88
     89  \param s source object, created with ::new_aubio_source_sndfile
     90  \param pos position to seek to, in frames
     91
     92  \return 0 if sucessful, non-zero on failure
     93
     94*/
     95uint_t aubio_source_sndfile_seek (aubio_source_sndfile_t *s, uint_t pos);
     96
     97/**
     98
    8799  close source and cleanup memory
    88100
Note: See TracChangeset for help on using the changeset viewer.