Changes in python/ext/py-source.c [a5c3f2a:15c3466]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-source.c
ra5c3f2a r15c3466 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.