WebDAV-AudioPlayer

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

MIT License

Stars
22
Committers
2

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

Windows UI screenshot

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