3

I want to use HTML5 getusermedia to record audio, play back and save to server. I am trying with Google Nexus (Android 4+) and Google Chrome 29. Is it possible? When I try the codes I got from net, it asks permission to record using microphone and using the phone, I save a wav file. But no sound on playing this. The same site works from chromium browser in my PC. Am I doing anything wrong? or is it that audio recording is not actually working as it claims?

Thanks

1 Answers1

4

We now have Web Audio input working in Chrome for Android Beta (31.0.1650.11).

cwilso
  • 13,610
  • 1
  • 30
  • 35
  • When do you expect to have mic inputs on android working? I'm not getting any errors, just 0's in the stream buffer. Thanks for the progress so far! – Ian Sep 30 '13 at 18:45
  • 1
    Working now! revising answer. – cwilso Oct 09 '13 at 17:18
  • @cwilso No such luck in the non-beta build version 31.0.1650.59. Any idea when this will hit the stable builds? – Brad Dec 11 '13 at 04:50
  • Brad, what device are you using? My Nexus 5 on 31.0.1650.59 (stable) works. – cwilso Dec 16 '13 at 21:34