Javascript: Frequenz von Live Audio ermitteln?

Ich würde gerne mit Javascript die Frequenz eines Live Audios(Also von dem Wie es gerade ist) ausgeben. Wie könnte ich das machen?

Ich weiß weder wie Mal das Live audio, noch die Auswertung umsetzten soll.

MfG, Bohne47

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
medmonk
1 year ago

What you want and anticipate should be implemented relatively quickly using the Web Audio API and a element. You take an audio source (file or input) and then draw the data into your canvas with JavaScript and the API.

LG medmonk