Skip to content

Commit

Permalink
Add buffer to alsa input to account for different buffer sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 4, 2024
1 parent 33d7cbd commit ac29b1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ New:
- Added support for `WAVE_FORMAT_EXTENSIBLE` to the internal
wav dexcoder.

Changed:

- Make alsa I/O work with buffer size different than
liquidsoap internal frame (#4236)

---

# 2.3.0 (2024-11-27)
Expand Down
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
(homepage "https://github.com/savonet/liquidsoap")
(bug_reports "https://github.com/savonet/liquidsoap/issues")

(version 2.4.0)
(version 2.3.1)
(generate_opam_files true)
(executables_implicit_empty_intf true)

(package
(name liquidsoap)
(depends
(liquidsoap-core (= :version))
(liquidsoap-libs (and (>= 2.3.0) (< 2.3.1)))
(liquidsoap-libs-extra (and (>= 2.3.0) (< 2.3.1)))
(liquidsoap-libs (and (>= 2.3.1) (< 2.3.2)))
(liquidsoap-libs-extra (and (>= 2.3.1) (< 2.3.2)))
(pandoc :with-doc)
(pandoc-include :with-doc))
(synopsis "Swiss-army knife for multimedia streaming")
Expand Down

0 comments on commit ac29b1c

Please sign in to comment.