Ignore:
Timestamp:
Nov 21, 2018, 1:00:47 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/constantq
Children:
f87e191
Parents:
c03d191 (diff), 5eea3b2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/constantq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-source.c

    rc03d191 rd1d4ad4  
    156156"...         n_frames += len(samples)\n"
    157157"...     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"
    159159"...\n"
    160160"read 239334 samples in 2 channels from file \"audiotrack.wav\"\n"
Note: See TracChangeset for help on using the changeset viewer.