Changeset 7982203 for src/io/source.h


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.h

    r2d3212a r7982203  
    8080/**
    8181
     82  seek source object
     83
     84  \param s source object, created with ::new_aubio_source
     85  \param pos position to seek to, in frames
     86
     87  \return 0 if sucessful, non-zero on failure
     88
     89*/
     90uint_t aubio_source_seek (aubio_source_t * s, uint_t pos);
     91
     92/**
     93
    8294  close source and cleanup memory
    8395
Note: See TracChangeset for help on using the changeset viewer.