Capture feature removed? #112
-
I noticed that a recent PR completely removed the capture feature. I’ve been using this feature in my code to visualize voice input. If the feature has been removed, what alternatives do I have to visualize voice input? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
You can fork and keep the capture code :) |
Beta Was this translation helpful? Give feedback.
-
Yes sorry. That was an experimental feature that wasn't worth maintaining for the few things it could do. Maybe in the future, if some other collaborators will join, we will reinsert it. |
Beta Was this translation helpful? Give feedback.
-
If the audio captured by the external library can be adapted to realtime AudioSource, it might also solve the problem. I don't have experience in this area, so I'm not sure if this is feasible. Looking forward to seeing @themailman05 progress. |
Beta Was this translation helpful? Give feedback.
-
I have published a recorder plugin here. It uses miniaudio and can record also skipping silence. So let's move there for any discussion! |
Beta Was this translation helpful? Give feedback.
You can fork and keep the capture code :)