Skip to content

Commit

Permalink
WASAPI thing uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jordan authored and Matt Jordan committed Aug 23, 2023
1 parent 89efc7a commit 10c100c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/TorchBeatTracker
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 *
# ****************************************************************************
Expand Down

0 comments on commit 10c100c

Please sign in to comment.