Changeset 6448d31
- Timestamp:
- Mar 23, 2017, 8:47:03 PM (8 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, sampler
- Children:
- cc4987a
- Parents:
- 4cb48d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_sink.py
r4cb48d2 r6448d31 118 118 119 119 def test_read_with(self): 120 sink_path =get_tmp_sink_path() 120 samplerate = 44100 121 sink_path = get_tmp_sink_path() 121 122 vec = fvec(128) 122 123 with sink(sink_path, samplerate) as g: 123 for iin range(10):124 for _ in range(10): 124 125 g(vec, 128) 125 126
Note: See TracChangeset
for help on using the changeset viewer.