NEWS 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Overview of Changes in audiowmark-0.6.0:
  2. * implement speed detection/correction (--detect-speed)
  3. * Add '--json' CLI option for machine readable results.
  4. Overview of Changes in audiowmark-0.5.0:
  5. * support HTTP Live Streaming for audio/video streaming
  6. * fix floating point wav input
  7. * improve command line option handling (ArgParser)
  8. * support seeking on internal watermark state
  9. Overview of Changes in audiowmark-0.4.2:
  10. * compile fixes for g++-9 and clang++-10
  11. * add experimental support for short payload
  12. Overview of Changes in audiowmark-0.4.1:
  13. * initial public release
  14. Overview of Changes in audiowmark-0.4.0:
  15. * add initial video watermarking support (videowmark)
  16. Overview of Changes in audiowmark-0.3.0:
  17. * replace padding at start with a partial B block
  18. * add algorithm for decoding the watermark from short clips
  19. Overview of Changes in audiowmark-0.2.1:
  20. * add limiter to avoid clipping during watermark generation
  21. Overview of Changes in audiowmark-0.2.0:
  22. * support input/output streams
  23. * support raw streams
  24. * some performance optimizations
  25. * unified logging and --quiet option
  26. * improved mp3 detection to avoid false positives
  27. * split up watermarking source (wmadd/wmget/wmcommon)
  28. Overview of Changes in audiowmark-0.1.0:
  29. * initial release