()
| 12 | return AudioReader(os.path.join(os.path.dirname(__file__), '..', '..', 'cpp', 'audio', 'sample-mov-file.mov'), CTX, mono=False) |
| 13 | |
| 14 | def get_resampled_reader(): |
| 15 | return AudioReader(os.path.join(os.path.dirname(__file__), '..', '..', 'cpp', 'audio', 'count_down.mov'), CTX, 4410) |
| 16 | |
| 17 | def get_channel_change_reader(): |
| 18 | return AudioReader(os.path.join(os.path.dirname(__file__), '..', '..', 'cpp', 'audio', 'sample-mov-file.mov'), CTX) |
no test coverage detected