Changes in python/tests/test_sink.py [6448d31:81f738e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_sink.py
r6448d31 r81f738e 118 118 119 119 def test_read_with(self): 120 samplerate = 44100 121 sink_path = get_tmp_sink_path() 120 sink_path =get_tmp_sink_path() 122 121 vec = fvec(128) 123 122 with sink(sink_path, samplerate) as g: 124 for _in range(10):123 for i in range(10): 125 124 g(vec, 128) 126 125
Note: See TracChangeset
for help on using the changeset viewer.