Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 4, 2024
1 parent d38e0a1 commit bf08170
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
@@ -252,7 +252,7 @@ class input ~self_sync ~start ~on_stop ~on_start ~fallible dev =
let read =
read pcm (Content.Audio.get_data c) 0 (Frame.audio_of_main length)
in
Genetator.put gen Frame.Fields.audio (Content.sub c 0 read)
Generator.put gen Frame.Fields.audio (Content.sub c 0 read)
done;
Generator.slice gen length
with e ->

0 comments on commit bf08170

Please sign in to comment.