Unable to record speech
See original GitHub issueI am newbie to this Google and its API’s I was able to decode the sample raw files. But I was unable to use speech recognition from microphone and I am getting the following error on my run.
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn rec ENOENT
at exports._errnoException (util.js:1007:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32)
at onErrorNT (internal/child_process.js:348:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Function.Module.runMain (module.js:577:11)
at startup (node.js:160:18)
at node.js:456:3
Could you please let me know what is the exact issue.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:13 (4 by maintainers)
Top Results From Across the Web
How to Fix Windows 10 Voice Recorder Not Working
1. Update Windows Driver · 2. Make Sure Microphone is Enable · 3. Adjust Microphone Levels · 4. Select the Correct Recording Device...
Read more >No Sound When Screen Recording on Windows 10
How to fix the Windows voice recorder not working? · 1. Enable microphone/recording device · 2. Update your drivers · 3. Grant audio...
Read more >Recorder fails to start capturing computer audio on Windows
1. Right-click the Speaker System icon in the lower-right corner of the Windows Desktop. · 2. Click Sound settings. · 3. Under Input,...
Read more >I can't record or playback my voice - ELTNGL Support
If you are unable to record or playback your voice or if the application is having trouble recognizing your speech there are several...
Read more >My microphone is detected but will not record, how do I fix it?
Hi,. Step 1: Follow these steps and check if that helps. a) Right click on the volume icon in the system tray and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
launch
brew install sox
on OSX fixed it for meI have installed it after having a look at the node module requirements. But I was unable to perform recording.