From 10c100cc1d3fdbc79172de6687fe5723709a4c0a Mon Sep 17 00:00:00 2001 From: Matt Jordan Date: Tue, 22 Aug 2023 19:38:44 -0700 Subject: [PATCH] WASAPI thing uncommented --- bin/TorchBeatTracker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/TorchBeatTracker b/bin/TorchBeatTracker index 50ff4d62..108557ee 100755 --- a/bin/TorchBeatTracker +++ b/bin/TorchBeatTracker @@ -91,7 +91,7 @@ def main(): # **************************************************************************** audio_instance = pyaudio.PyAudio() - ''' + # first collect host apis to find the index of the 'WASAPI' target_api = r'WASAPI' wasapi_index = None @@ -114,7 +114,7 @@ def main(): default=wasapi_index, const=wasapi_index) p.add_argument('--audio_input', action='store', dest='audio_input', type=int, help='Which input index we want to use') - ''' + # **************************************************************************** # * END CUSTOM BLOCK -- BACK TO STANDARD MADMOM CODE * # ****************************************************************************