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

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