-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loopback record audio from speaker return zero array #168
Comments
Could you explain in a bit more detail in which case it returns zeros of the right shape immediately? This is not supposed to happen. |
I seem to have the same problem when using the microphone to record on Mac.
|
@wolfiex this does not seem related to loopback recording, so this is a different problem. Please open a new issue. |
@sparkstrike |
First of all, thanks so much for your work on it!
I tried to record audio from speaker, it return a array with correct shape, but all element is zero: [[0, 0], [0, 0], ...], and the data return immediately (not 5 second) . It is strange that it works well yesterday and record by pc's physical microphone (not loopback).
environment
PC: DELL G3 notebook computer; OS: win11; python3.7 and SoundCard v0.4.2
The other strangenesss is that it return valid audio array when play a music, but return [0] array when a few seconds after the music stops playing. The gif show it. (The
RECORD_SEC
change to 2 second)The text was updated successfully, but these errors were encountered: