Changeset a5c3f2a
- Timestamp:
- Nov 4, 2018, 1:42:13 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:
- 78ebc27
- Parents:
- fa3b1f1
- Location:
- python/ext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-sink.c
rfa3b1f1 ra5c3f2a 15 15 "sink(path, samplerate=44100, channels=1)\n" 16 16 "\n" 17 " Open `path` to write a WAVfile.\n"17 "Write audio samples to file.\n" 18 18 "\n" 19 19 "Parameters\n" -
python/ext/py-source.c
rfa3b1f1 ra5c3f2a 19 19 "source(path, samplerate=0, hop_size=512, channels=0)\n" 20 20 "\n" 21 " Create a new source, opening the given pathname for reading.\n"21 "Read audio samples from a media file.\n" 22 22 "\n" 23 23 "`source` open the file specified in `path` and creates a callable\n"
Note: See TracChangeset
for help on using the changeset viewer.