Changeset fbafd2c for python/tests/test_sink.py
- Timestamp:
- Mar 25, 2017, 12:12:38 PM (8 years ago)
- Branches:
- sampler
- Children:
- b201912
- Parents:
- f8d96f1 (diff), 2a7bcaa (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_sink.py
rf8d96f1 rfbafd2c 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.