Hacker News new | ask | show | jobs
by parker_at_large 1091 days ago
Nice project! I couldn't get the audio to play from my iPhone so I came back to try on a laptop.

Quick question; how do manage the playing of the chords audio? Is there a library that can handle that?

1 comments

Hey thanks for checking out! Some browsers on iOS (eg Edge) does not play audio. Working on fixing that.

To play the audio, I take chord name, list out notes in the chord, and send the notes to a synthesizer. I used Tonejs and Tonaljs libraries.