最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - record audio from browser and visualize in real time - Stack Overflow

programmeradmin1浏览0评论

I am looking for a package which will take input of audio from browser through microphone then visualize it in the real time.Any javascript package available to implement.I check most of the audio visualizer but they need audio file .I want the package should directly get it from microphone in browser and then show visualization.I am implementing it in the nodejs so need something in java script

I am looking for a package which will take input of audio from browser through microphone then visualize it in the real time.Any javascript package available to implement.I check most of the audio visualizer but they need audio file .I want the package should directly get it from microphone in browser and then show visualization.I am implementing it in the nodejs so need something in java script

Share Improve this question asked Sep 19, 2017 at 13:54 Malik Kamran AbidMalik Kamran Abid 3511 gold badge3 silver badges16 bronze badges 7
  • here is a start: github./wayou/HTML5_Audio_Visualizer – Roy Berris Commented Sep 19, 2017 at 13:55
  • 1 Im still wondering why people who are asking questions do not read through How to Ask :/ – Jonas Wilms Commented Sep 19, 2017 at 13:56
  • 1 Questions asking us to remend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – user7951676 Commented Sep 19, 2017 at 13:57
  • This thing required audio file.I need something which will visualize it in a real time – Malik Kamran Abid Commented Sep 19, 2017 at 13:57
  • i tried to fine a solution for this but not successful thats why i post it there – Malik Kamran Abid Commented Sep 19, 2017 at 13:58
 |  Show 2 more ments

1 Answer 1

Reset to default 4

Google search of "web audio api visualizer with microphone" should have obviously pulled some decent results for you :)

local microphone stream + Web Audio api + canvas are the main requirements here!

  1. Start with this volume meter example that gets input from microphone using webrtc api and show some visuals in GUI

  2. Explore more examples from https://webaudiodemos.appspot./

发布评论

评论列表(0)

  1. 暂无评论