- Timestamp:
- Nov 29, 2018, 3:21:03 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:
- b610be5
- Parents:
- 752ce6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/wscript_build
r752ce6d r60384e9 10 10 test_sound_target = '44100Hz_44100f_sine441_stereo.wav' 11 11 test_sound_abspath = bld.path.get_bld().make_node(test_sound_target) 12 # workaround to double escape backslash characters on windows 13 test_sound_abspath = str(test_sound_abspath).replace('\\', '\\\\') 12 14 13 15 bld(name='create_tests_source',
Note: See TracChangeset
for help on using the changeset viewer.