- Timestamp:
- Feb 10, 2013, 6:46:23 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:
- 7b4ea49
- Parents:
- c8f411b
- Location:
- src/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_apple_audio.c
rc8f411b r4db8eab 78 78 if (samplerate == 0) { 79 79 samplerate = fileFormat.mSampleRate; 80 AUBIO_WRN("sampling rate set to 0, automagically adjusting to %d", samplerate);80 //AUBIO_DBG("sampling rate set to 0, automagically adjusting to %d\n", samplerate); 81 81 } 82 82 s->samplerate = samplerate; -
src/io/source_sndfile.c
rc8f411b r4db8eab 91 91 if (samplerate == 0) { 92 92 samplerate = s->input_samplerate; 93 AUBIO_WRN("sampling rate set to 0, automagically adjusting to %d", samplerate);93 //AUBIO_DBG("sampling rate set to 0, automagically adjusting to %d\n", samplerate); 94 94 } 95 95 s->samplerate = samplerate;
Note: See TracChangeset
for help on using the changeset viewer.