You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

2h 59m 14s logged

I don’t know if videos are supported here so you’ll have to take my word for it that audio playback works.

I began writing the UI for Mixtapes! It’s currently using WPF (though I plan to port it to other platforms once I’m happy with the features) and it uses SDL to play back audio. Most of the time was spent writing wrappers for the various SDL3_mixer objects as mentioned in my last devlog. I’m surprisingly happy with how my wrappers are working.

Currently, it can read audio from a file (using SDL_mixer’s built in decoders, though I’ll have to bring in some external decoders because it doesn’t support all the codecs I’d like), and play it back. It also pulls the title and artist information (again using SDL and I need a better source of information). Next up will be making a playlist system!!

0
1

Comments 0

No comments yet. Be the first!