Skip to content

[Bug] Testing with selected apps #79

Description

@Maxissc

Description

Testing while selecting Discord and Google Chrome as selected apps

System Info

  • OS: Windows-11-10.0.26200-SP0
  • Python: 3.14.7
  • PyTorch: 2.12.1+cpu
  • CUDA available: False

Error

Traceback (most recent call last):
  File "C:\Users\Maxi\TalkTrack\app\main_window.py", line 445, in _on_test_mic_toggled
    self._start_system_monitor()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "C:\Users\Maxi\TalkTrack\app\main_window.py", line 465, in _start_system_monitor
    monitor = ProcessAudioCapture(
        pids=pids,
    ...<2 lines>...
        enable_buffer=False,
    )
TypeError: ProcessAudioCapture.__init__() got an unexpected keyword argument 'enable_buffer'

Recent Log

2026-08-21 13:18:55,581 [INFO] app.recording.audio_capture: WASAPI loopback: Speakers (HyperX Cloud III S Wireless) [Loopback] (index=17, rate=96000, ch=2)
2026-08-21 13:19:18,006 [INFO] app.recording.mic_monitor: Mic monitor started on device 1
2026-08-21 13:19:18,007 [CRITICAL] talktrack: Uncaught exception:
Traceback (most recent call last):
  File "C:\Users\Maxi\TalkTrack\app\main_window.py", line 445, in _on_test_mic_toggled
    self._start_system_monitor()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "C:\Users\Maxi\TalkTrack\app\main_window.py", line 465, in _start_system_monitor
    monitor = ProcessAudioCapture(
        pids=pids,
    ...<2 lines>...
        enable_buffer=False,
    )
TypeError: ProcessAudioCapture.__init__() got an unexpected keyword argument 'enable_buffer'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions