list of sound classes in Sound Analysis announced in WWDC 2021

Dear all,

I found the announced built-in sound classifier pretty amazing. I would appreciate it if you could point me to a link or a document that is listed all 300 sound classes mentioned in https://developer.apple.com/videos/play/wwdc2021/10036/.

Thank you

  • Hi, thank you for your project with emojis. I have a question, Is it possible to save the selected sounds in the app? so you don't have to choose again.

Add a Comment

Replies

For the WWDC21Challenge, I built an app using the Sound Analysis to convert the sounds to emojis. Here's the full list of sound classes that I could find, as part of the source for that app, where I have the emoji lookup:

https://github.com/lmoroney/funcode/blob/master/ios15/classifysound/ClassifySound/Support/EmojiDictionaryHelper.swift

  • Thanks for sharing that! would you be open to helping set this up as a test in testflight or xcode project? (I don't see screenshots on the github repo or deploy instructions). It would be very helpful!

  • I was able to get it running on a test iOS device. Thanks!

  • Thanks lmoroney for the list.

Add a Comment