Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 4, 2024
1 parent 07396c9 commit d38e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/io/alsa_io.ml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class input ~self_sync ~start ~on_stop ~on_start ~fallible dev =
let format = Frame.Fields.find Frame.Fields.audio self#content_type in
try
while Generator.length gen < length do
let c = Content.Audio.make ~length format in
let c = Content.make ~length format in
let read =
read pcm (Content.Audio.get_data c) 0 (Frame.audio_of_main length)
in
Expand Down

0 comments on commit d38e0a1

Please sign in to comment.