summaryrefslogtreecommitdiff
path: root/src/audio/player.h
AgeCommit message (Collapse)Author
2021-06-11iOS: Audio remote control, Now Playing infoJaakko Keränen
Update the basic Now Playing info about the currently playing music, and respond to remote control commands. Seems to work with MP3 but not other audio formats, probably because those are played via custom decoders. There must be some API for updating the playback status manually.
2021-06-10Media: Estimate memory useJaakko Keränen
In-memory images, audio, and downloads are included in RAM usage in Debug Information.
2021-04-21iOS: Background audio; MP3/AAC playbackJaakko Keränen
2020-10-16Player: Hide volume slider after 3 sec idle timeJaakko Keränen
2020-10-15Player: Parsing Vorbis and MP3 metadataJaakko Keränen
2020-10-14Player: Volume adjustment UIJaakko Keränen
2020-10-09CleanupJaakko Keränen
Moved buffers out of player.c. Include MIME type with the data so the correct decoder can be chosen. Added stb_vorbis: https://github.com/nothings/stb
2020-10-09Fixed memory leak on tab closeJaakko Keränen
The DocumentWidget was not actually deleted when a tab was closed, only hidden.
2020-10-08Player: Total input sizeJaakko Keränen
2020-10-07Drawing an audio player UIJaakko Keränen
2020-10-04Working on audio playbackJaakko Keränen
Audio players are displayed the same way as images. When playing, a decoder runs in a background thread producing samples suitable for output.
2020-10-01Player: Setting up the audio outputJaakko Keränen
2020-09-29Added stub for audio playerJaakko Keränen