branchsbox/audioplayercancel

21 Commits over 0 Days - ∞cph!

10 Months Ago
Request seek but do the actual seeking in the decode thread so we don't block
10 Months Ago
Fix GetMetadata not using key
10 Months Ago
Remove random using, how did this get here
10 Months Ago
Get title from title metadata or try StreamTitle if it doesn't exist
10 Months Ago
Helps if I initialize the volume to 1
10 Months Ago
Add Volume property
10 Months Ago
return zero duration for nopts
10 Months Ago
AudioPlayer -> MusicPlayer in binds
10 Months Ago
internal constructor, static Play and PlayUrl
10 Months Ago
Make GetMeta internal, add Title instead
10 Months Ago
AudioPlayer -> MusicPlayer
10 Months Ago
musicplayer.def
10 Months Ago
Add PlaybackTime and Duration
10 Months Ago
Logging channel for audio player
10 Months Ago
Don't lock mutex before checking play job has finished
10 Months Ago
Whitelist a bunch of common codecs
10 Months Ago
Missing summary
10 Months Ago
Don't block waiting for play job to finish Add TryGetMeta and GetMetaOrDefault Add events for finished and repeat
10 Months Ago
Add AudioPlayer.GetMetadata
10 Months Ago
Codec whitelist Fix sound streams (and probably other sounds) getting stomped when calling StopSoundEvent with invalid guid, never do this
10 Months Ago
Add audioplayer to play mp3 or whatever with control over playback (seek, pause, etc)