Skip to content

An AudioPlayer based on CSCore to play music from a WebDAV location using WebDAV-Client

License

Notifications You must be signed in to change notification settings

StefH/WebDAV-AudioPlayer

Repository files navigation

WebDAV-AudioPlayer

A simple AudioPlayer (web-based Blazor & Windows WinForms) to play audio files from a WebDAV location with support for these codecs:

  • MP3
  • WAV
  • FLAC
  • AAC
  • AC3
  • WMA
  • OGG-Vorbis
  • OPUS

Blazor UI screenshot

Blazor-WebDAV-AudioPlayer

Windows UI screenshot

WebDAV-AudioPlayer

Used libraries:

Used code:

  • concentus Pure Portable C# and Java implementations of the Opus audio codec
  • concentus.oggfile Implementing support for reading/writing .opus audio files using Concentus
  • ByteQueue An efficient implementation of a resizeable circular byte buffer in C#
  • CSCore with NVorbis NVorbisIntegration sample