userLayladcancel
branchsbox/audioplayercancel

21 Commits over 0 Days - ∞cph!

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