cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

Chrome Support #1

Closed loretoparisi closed 10 years ago

loretoparisi commented 11 years ago

This seems to work only with Chrome Canary.

cwilso commented 11 years ago

Are you running on Windows? There were a few transient issues. It works fine on Stable on OSX.

loretoparisi commented 11 years ago

Hi I'm using

MacOS X 10.8.4 Chrome 28.0.1500.71

Basically The audio file is being recorder, but it's not playable. It's a wav file, but it is void.

cwilso commented 11 years ago

Do you see anything in the audio display (frequency or waveform)?

On Wed, Jul 24, 2013 at 5:17 AM, Loreto Parisi notifications@github.comwrote:

Hi I'm using

MacOS X 10.8.4 Chrome 28.0.1500.71

Basically The audio file is being recorder, but it's not playable. It's a wav file, but it is void.

— Reply to this email directly or view it on GitHubhttps://github.com/cwilso/AudioRecorder/issues/1#issuecomment-21480584 .

loretoparisi commented 11 years ago

I can see the attached screenshot. No debugging message in the console. When in Canary, I have the wave form working and the resulting wavefrom when stopping the mic.

schermata 2013-07-24 alle 20 58 30

cwilso commented 11 years ago

Did it prompt you for microphone access?

On Wed, Jul 24, 2013 at 11:59 AM, Loreto Parisi notifications@github.comwrote:

I can see the attached screenshot. No debugging message in the console. When in Canary, I have the wave form working and the resulting wavefrom when stopping the mic.

[image: schermata 2013-07-24 alle 20 58 30]https://f.cloud.github.com/assets/163333/850958/15cd1a28-f493-11e2-8f2b-6189cd851fe9.png

— Reply to this email directly or view it on GitHubhttps://github.com/cwilso/AudioRecorder/issues/1#issuecomment-21507797 .

loretoparisi commented 11 years ago

Yes I have the mic prompt and accepted. Then it seems to work as on Canary except that

cwilso commented 11 years ago

OK. Your microphone input is not working, then. Perhaps your microphone is monophonic? Canary only recently started working with mono audio input devices.

On Mon, Jul 29, 2013 at 6:10 AM, Loreto Parisi notifications@github.comwrote:

Yes I have the mic prompt and accepted. Then it seems to work as on Canary except that

  • now wav signal on the screen in the box on top
  • no wav output in the bottom screen after recording
  • the wav file is a sequence of space in the binary file.

— Reply to this email directly or view it on GitHubhttps://github.com/cwilso/AudioRecorder/issues/1#issuecomment-21718488 .

loretoparisi commented 11 years ago

That makes sense. This is MacBook Pro 13" Mid 2012, maybe the mic is monophonic. The specification says (italian):

Dispositivo di ingresso di default: Sì Canali di ingresso: 2 Produttore: Apple Inc. SampleRate attuale: 44100 Trasferimento: Integrata

So it should have to input channels (Canali di ingresso) and sample rate is 44KHz.

Weird thing!

cwilso commented 11 years ago

OK, strange. That's a stereo device.

On Mon, Jul 29, 2013 at 10:53 AM, Loreto Parisi notifications@github.comwrote:

That makes sense. This is MacBook Pro 13" Mid 2012, maybe the mic is monophonic. The specification says (italian):

Dispositivo di ingresso di default: Sì Canali di ingresso: 2 Produttore: Apple Inc. SampleRate attuale: 44100 Trasferimento: Integrata

So it should have to input channels (Canali di ingresso) and sample rate is 44KHz.

Weird thing!

— Reply to this email directly or view it on GitHubhttps://github.com/cwilso/AudioRecorder/issues/1#issuecomment-21738104 .

cwilso commented 10 years ago

This should be functional now, please reopen if not.