Changes in python/ext/py-source.c [15c3466:a5c3f2a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-source.c
r15c3466 ra5c3f2a 156 156 "... n_frames += len(samples)\n" 157 157 "... print('read', n_frames, 'samples in', samples.shape[0], 'channels',\n" 158 "... 'from file \" %%s\"' %% source.uri)\n"158 "... 'from file \"\%s\"' \% source.uri)\n" 159 159 "...\n" 160 160 "read 239334 samples in 2 channels from file \"audiotrack.wav\"\n"
Note: See TracChangeset
for help on using the changeset viewer.