+ 3
I want to stream my voice live in my angular web application ?
I saw more third party websites like internet radio. It works but I can't include the audio to my website.
1 Odpowiedź
+ 2
Hi Sarbudeen, have a look at this:
https://www.npmjs.com/package/microphone-stream
And this:
https://auth0.com/blog/building-an-audio-player-app-with-angular-and-rxjs/
And finally this:
https://www.etatvasoft.com/blog/how-to-integrate-simple-video-call-and-voice-chat-functionality-with-webrtc-socket-io-node-js/
Cheers