Skip to content
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

[Bug/Error] Can't use backspace to delete last three seconds of recording with multiple microphones #44

Open
AndrewDant opened this issue Jan 7, 2024 · 0 comments

Comments

@AndrewDant
Copy link

AndrewDant commented Jan 7, 2024

Currently if you are recording with multiple microphones and hit backspace to delete the last three seconds of recording the following error is generated and the recording stops.
`----------- ERROR DURING RECORDING --------------

Traceback (most recent call last):
File "C:\Users\andrew.dant\Documents\Github\parrot.py\lib\record_data.py", line 328, in record_consumer
record_controls( key_poller, recordQueue )
File "C:\Users\andrew.dant\Documents\Github\parrot.py\lib\record_data.py", line 66, in record_controls
secondary_states[index - 1] = secondary_states[index - 1].get_detection_state()
AttributeError: 'DetectionState' object has no attribute 'get_detection_state'`

I tried to reproduce with a single microphone and could not, but I'm consistently able to reproduce with two microphones on Windows 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant