Changeset 3beacb3 for src/spectral/dct.h
- Timestamp:
- Aug 22, 2018, 3:43:16 PM (6 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
- Children:
- 52c1de9, d8b1161
- Parents:
- a2ed169
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/dct.h
ra2ed169 r3beacb3 57 57 \param s dct object as returned by new_aubio_dct 58 58 \param input input signal 59 \param output transformed input array59 \param dct_output transformed input array 60 60 61 61 */ … … 66 66 \param s dct object as returned by new_aubio_dct 67 67 \param input input signal 68 \param output transformed input array68 \param idct_output transformed input array 69 69 70 70 */
Note: See TracChangeset
for help on using the changeset viewer.