Skip to content

Releases: ugjka/blast

v0.7.0

10 May 18:41
188a3ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

v0.6.2

19 Feb 04:18
3288c9a
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.6.2

  • bugfix release

v0.6.1

18 Feb 08:06
9d09277
Compare
Choose a tag to compare
  • remove -bige since big-endian byte order is implied for -uselpcm stream now. See #12
  • add -uselpcmle flag which is lpcm but with little-endian byte order, needed for some non-standard clients like Airpin
  • add -version to show Blast version

Full Changelog: v0.6.0...v0.6.1

v0.6.0

17 Feb 17:35
7a53729
Compare
Choose a tag to compare

What's Changed

  • add option to stream in raw/lossless formats and ability to set endianess by @ugjka in #11

Many thanks to @parkerlreed for their patience and for helping me push Blast to new vistas, bug #7 was a tough one and required an almost complete code refactoring

Full Changelog: v0.5.0...v0.6.0

Blast got a load of new options too:

[ugjka@ugjka blast]$ blast -h
Usage of blast:
  -bige
        use big endian for capture and raw formats
  -bitrate int
        audio format bitrate (default 320)
  -bits int
        audio bitdepth (default 16)
  -channels int
        audio channels (default 2)
  -chunk int
        chunk size in seconds (default 1)
  -debug
        print debug info
  -device string
        dlna device's friendly name
  -dummy
        only serve content
  -format string
        stream audio format (default "mp3")
  -headers
        print request headers
  -ip string
        host ip address
  -log
        log parec and ffmpeg stderr
  -mime string
        stream mime type (default "audio/mpeg")
  -nochunked
        disable chunked tranfer endcoding
  -port int
        stream port (default 9000)
  -rate int
        audio sample rate (default 44100)
  -source string
        audio source (pactl list sources short | cut -f2)
  -useaac
        use aac audio
  -useflac
        use flac audio
  -uselpcm
        use lpcm audio
  -usewav
        use wav audio

v0.5.0

13 Feb 10:10
75a0568
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Feb 08:40
7969a98
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

  • use chunked transfer encoding when possible

v0.3.1

11 Feb 15:11
90d9a82
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

  • minor fix for didl metadata schema

v0.3.0

11 Feb 13:42
1b0a65c
Compare
Choose a tag to compare

Full Changelog: v0.2.9...v0.3.0

  • higher resolution logo and code tidy up
  • better debug info

v0.2.9

11 Feb 11:10
9c6ece1
Compare
Choose a tag to compare

Full Changelog: v0.2.8...v0.2.9

  • set project logo as album art

v0.2.8

11 Feb 10:33
981d6e5
Compare
Choose a tag to compare

Full Changelog: v0.2.7...v0.2.8

  • set proper didl xml metadata