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

Unable to record more than 6 seconds #34

Closed danishnazir closed 7 years ago

danishnazir commented 7 years ago

Hi there are my options record.start({ sampleRate: 16000, compress: false, threshold: 0.5, thresholdStart: null, thresholdEnd: null, silence: '1.0', verbose: true, recordProgram: 'sox' }) I am unable to record more 6 seconds Thanks here is my output through verbose Recording with sample rate 16000...
Recording 5548 bytes
End Recording: 56.070ms

ARTI7 commented 6 years ago

hi,are you able to resolve this problem?