Changeset b173ca1
- Timestamp:
- Mar 3, 2013, 4:45:59 AM (12 years ago)
- 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:
- 9e56228
- Parents:
- 69b11d8
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sndfileio.h
r69b11d8 rb173ca1 70 70 */ 71 71 uint_t aubio_sndfile_channels(aubio_sndfile_t * file); 72 /** 73 * Return samplerate of a file (Hz) 74 */ 72 75 uint_t aubio_sndfile_samplerate(aubio_sndfile_t * file); 73 76 -
src/tempo/beattracking.h
r69b11d8 rb173ca1 33 33 towards automatic musical accompaniment. In Proceedings of the Audio 34 34 Engeeniring Society 118th Convention, Barcelona, Spain, May 2005. 35 36 \example tempo/test-beattracking.h 35 37 36 38 */
Note: See TracChangeset
for help on using the changeset viewer.