Skip to content

Internet Radio URL: query parameters for Bit Depth and StreamSize (Content Length & Chunking)

Compare
Choose a tag to compare
@dheijl dheijl released this 22 May 19:53
· 123 commits to master since this release

When using swyh-rs as an internet radio station, you can now add query parameters to the streaming URL for:

  • bits per sample (bit depth): bd=16 or bd=24
  • streamsize:
    • ss=nonechunked
    • ss=u32maxnotchunked
    • ss=u64maxnotchunked
    • ss=u32maxchunked
    • ss=u64maxchunked

Example URL: /stream/swyh.flac?bd=24&ss=nonechunked

Windows setup and debug/release binaries in assets.