python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to control microphone output from JavaScript?
I am building an app, which needs to record a microphone. I want users to control microphone output from the app, mute/unmute it.
Is it possible ? If yes, how can I achieve that ?
React version of the...
Nika Khachiashvili
Votes: 0
Answers: 1
chromium DevTools Recorder not exist
We are using Chromium DevTools Recorder,
In Chromium 92 we were able to find this item (it was experimental).
now in chromium 99 I am not able to find the Recorder.
this feature exists in chrome but n...
rbbaron
Votes: 0
Answers: 1
getting Unhandled Exception: Instance of '_CodecNotSupportedException'"while using flutter_sound package
I want to record audio while pressing a button. here is my code.
var tempDir = await getTemporaryDirectory();
String path = '${tempDir.path}/audio.acc';
await _myRecorder.openRecorder();
await _myR...

MueEZ
Votes: 0
Answers: 2
How to detect and record the time when the button is pressed in C#?
For instance, if there is a push button, when the user press the button, the system should detect and record the time in dd-mm-yy. However, if the user press the button many time in 2 second, the syst...
Jason Lee
Votes: 0
Answers: 1