Hi, audio player!

Im new here, and still in learning process in this program, I find it great, I wonder how to add Audio player in the program!

Thanks in advance!

@Aisha I don’t think you can add Audio player any way to Codea, but Codea has its own music and sound built in. You can play mp3 music files (and others) which Audio player uses. So while you can’t add Audio player, you can still play music. Use the search box at the upper right above New Discussion to search for mp3. That might give you more information.

@Aisha

In your setup() function type music()

Then tap on the parentheses ()

Then select on the music track you’d like to play. You can select mp3s that you put into the Codea Documents folder using the Files app

Thank you a lot!