New Audio Injection Feature Added! #1
BitmasterXor
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎤 MIC Input Component Enhancement - Custom Audio Injection
Hey Guys!
The MIC input component now has the ability to have custom audio injected or "passed" to it in the form of both:
Design Decision
Since the MIC component is used to capture audio which will be sent to the speaker component, I have opted NOT to include audio injection in the speaker component (For Now) since we can just inject audio into the MIC component and still have it delivered directly to the Speaker component anyways. Same result is achieved simply by passing the bytes either in an offline application or an online networked (Socket) based application. I may add some stuff in the future if you guys need me to.
Beta Was this translation helpful? Give feedback.
All reactions