Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Why is audio recording using WebAudio API not working in Firefox using a 22kHz USB audio device?

  • 2 réponses
  • 1 a ce problème
  • 3 vues
  • Dernière réponse par prie

more options

USB audio devices with 22kHz sampling rate don´t work as audio recording devices in Firefox using WebAudio API (e.g. https://webaudiodemos.appspot.com/AudioRecorder/index.html). 16kHz and 44kHz devices work fine. However, in Chrome, all of them work fine, regardless of the sampling rate. Can this be fixed?

USB audio devices with 22kHz sampling rate don´t work as audio recording devices in Firefox using WebAudio API (e.g. https://webaudiodemos.appspot.com/AudioRecorder/index.html). 16kHz and 44kHz devices work fine. However, in Chrome, all of them work fine, regardless of the sampling rate. Can this be fixed?

Toutes les réponses (2)

more options

Do know that Microsoft can and will change your hardware drivers. (happened to me 5mins after updating my sound card drivers.) Check in Device Manager to see if any changes have been made. https://www.howtogeek.com/302595/how-to-stop-windows-10-from-automatically-updating-hardware-drivers/

Can try https://support.mozilla.org/en-US/kb/fix-video-audio-problems-firefox-windows and https://support.mozilla.org/en-US/kb/html5-audio-and-video-firefox and https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode

Further info : https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API might want to just check out the page/s https://www.google.ca/search?q=firefox+WebAudio+API&ie=utf-8&oe=utf-8&gws_rd=cr&dcr=0&ei=k5rpWc-wN8Ll0gK1vJiwDA

Please let us know if this solved your issue or if need further assistance.

Modifié le par Shadow110

more options

Thanks for having a look into my issue. However, none of your suggestions solved it. Microsoft provides hardware drivers for my USB Audio device (it´s a Philips SpeechMike) anyway, so it can´t change drivers I have installed (because I never did that). It´s just, WebAudio in Firefox works with 44kHz and 16kHz devices, but it does not work with 22kHz devices. Chrome works with all of them.