Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Send voice without microphone to another device.
Is it possible send voice without microphone?
i want to send my pc sound to another pc via javascript or web rtc but without use of any microphone

What I have tried:

i tried webrtc with audio calling with microphone it works fine but without microphone its not working please help

thanks
Posted
Updated 24-Oct-17 20:14pm

1 solution

Microphone is required to capture the voice, how can the machine capture the sound if there is no microphone? So, there is no answer to this question.

However, if you wanted to capture the system audio then you can. You can select and chose what Speakers are playing and try and capture that.

Choose Cameras, Microphones and Speakers from Your Web App  |  Web  |  Google Developers[^]
Capturing Audio & Video in HTML5 - HTML5 Rocks[^]
Navigator.getUserMedia() - Web APIs | MDN[^]

In this case, what you need to look into is how to capture the Audio Node (which does not need to be a microphone only, and can be any process generating audio, that can be captured).

javascript - Programatically record audio output from web page using jS or html5? - Stack Overflow[^]
 
Share this answer
 
v2
Comments
glen.1970 25-Oct-17 2:22am    
thanks for reply
i have bluetooth sthethoscope and i get sound from this sthethoscope and it played in my pc speaker now i need that this speaker sound pass to another pc

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900