- Timestamp:
- Dec 7, 2013, 5:58:30 PM (11 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:
- 2b6139e7
- Parents:
- 5899752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch.h
r5899752 r4b7a740 80 80 \param mode set pitch units for output 81 81 82 \return 0 if successfull, non-zero otherwise 83 82 84 */ 83 85 uint_t aubio_pitch_set_unit (aubio_pitch_t * o, char_t * mode); … … 88 90 \param silence level threshold under which pitch should be ignored, in dB 89 91 92 \return 0 if successfull, non-zero otherwise 93 90 94 */ 91 95 uint_t aubio_pitch_set_silence (aubio_pitch_t * o, smpl_t silence); … … 93 97 /** set the silence threshold of the pitch detection object 94 98 95 \param o pitch detection object as returned by new_aubio_pitch()99 \param o pitch detection object as returned by ::new_aubio_pitch() 96 100 97 \ paramreturn level threshold under which pitch should be ignored, in dB101 \return level threshold under which pitch should be ignored, in dB 98 102 99 103 */ … … 103 107 104 108 \param o pitch detection object as returned by new_aubio_pitch() 109 105 110 \return the current confidence of the pitch algorithm 106 107 The confidence108 111 109 112 */
Note: See TracChangeset
for help on using the changeset viewer.