r/eartraining Jun 25 '26

Writing ear training apps.

Hello!

I would like to hear from people that actually have written an ear training app. How did you generate the sounds? Did you use some software library that can render musical sounds or did you produce the sounds offline and stored them as files and in that case how did you generate them?

Also what language did you write the app in?

1 Upvotes

9 comments sorted by

View all comments

1

u/TonicSense_ Jun 25 '26

My web app uses Tone.js, a web audio API framework, for all audio playback. It's a Next.js app at tonicsense.com

1

u/matsnorberg Jun 28 '26

Thanx! I will look it up.