mattdiamond / Recorderjs

A plugin for recording/exporting the output of Web Audio API nodes
4.16k stars 1.46k forks source link

It doesn't work in window7 chrome 71.0.3578.98 #193

Open hlbf1314 opened 5 years ago

hlbf1314 commented 5 years ago

It doesn't work in window7 chrome 71.0.3578.98

hlbf1314 commented 5 years ago

https://github.com/mattdiamond/Recorderjs.git It is available before updating to the latest version

hlbf1314 commented 5 years ago

I fix this bug
Before call this record method, call the resume firs. like this: audio_context.resume(); recorder.record();

Haok9800 commented 5 years ago

I had the same problem,Can you show your code?

I fix this bug Before call this record method, call the resume firs. like this: audio_context.resume(); recorder.record();

acrosson commented 5 years ago

@Haok9800 nice, works for me now!

Haok9800 commented 5 years ago

nice, works for me now!

I can't understand!Please teach me how to use it,Thx!

acrosson commented 5 years ago

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

Haok9800 commented 5 years ago

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

Can you use it on mobile?

Haok9800 commented 5 years ago

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

Can you use it on mobile?

Can't works on mobile;Only run on IOS-safri。

Haok9800 commented 5 years ago

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

Can you use it on mobile?

Can't works on mobile;Only run on IOS-safri。 You mei you neng gou yunxing zai Web duan de H5 luyin!

Haok9800 commented 5 years ago

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

Can you use it on mobile?

Can't works on mobile;Only run on IOS-safri。 You mei you neng gou yunxing zai Web duan de H5 luyin!

Yeah, I also encountered this problem!

JuneWang719 commented 4 years ago

@Haok9800 Just use the example and update the example_simple_exportwav.html on line 49 with recorder && audio_context. resume() && recorder.record();

thank you very much! I am so excited!!! I have wasted a lot of time!