gillesdemey / node-record-lpcm16

:microphone: Records a 16-bit signed-integer linear pulse modulation code encoded audio file.
ISC License
212 stars 59 forks source link

TypeError: record.start is not a function #59

Open rithiksachdev opened 4 years ago

rithiksachdev commented 4 years ago

Could not find a declaration file for module 'node-record-lpcm16'. '/home/rithik/Desktop/speechtotext/node_modules/node-record-lpcm16/index.js' implicitly has an 'any' type. Try npm install @types/node-record-lpcm16 if it exists or add a new declaration (.d.ts) file containing declare module 'node-record-lpcm16';ts(7016)

mccarthydanielle commented 4 years ago

Could not find a declaration file for module 'node-record-lpcm16'. '/home/rithik/Desktop/speechtotext/node_modules/node-record-lpcm16/index.js' implicitly has an 'any' type. Try npm install @types/node-record-lpcm16 if it exists or add a new declaration (.d.ts) file containing declare module 'node-record-lpcm16';ts(7016)

@rithiksachdev I am encountering the same issue. Were you able to resolve it?

rithiksachdev commented 4 years ago

Yes, @mccarthydanielle. I actually don't remember the complete context of what I was trying to do and how I came across this error. can you explain what you are trying to do and what command led to this error? please mention your system specifications so that I can help you. (OS, OS version, Node version, npm version )

mccarthydanielle commented 4 years ago

@rithiksachdev Thanks for your response! I ended up not using this library 🙂