-
-
Notifications
You must be signed in to change notification settings - Fork 852
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The reason this code does not run on macOS is because it relies on the PyAudioWPatch library for recording sound from speakers. This library specifically utilizes the Windows Audio Session API (WASAPI), enabling the use of output devices that support this API in loopback mode.
To make the code work on macOS, we would need a comparable feature that can record sound from speakers. The primary modifications would be required in the DefaultSpeakerRecorder class, where we currently use WASAPI to create the audio stream for recording. A potential solution could be leveraging tools like BlackHole to achieve similar functionality on macOS.
MalikCheng, rubywwwilde, ekinburak, rvVcNk2p and victoryg739Klaudioz, tonyadastra, MalikCheng, MyEnthusiastic, coolboy0961 and 3 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request