Files
musicplayer/src/mpv
Alexander Heldt 747f76a584 Add ability to listen (tap) the input
By doing something like
```
fn input_output_loop(input_output: Subject(List(String))) -> Nil {
  let output = process.receive_forever(input_output)

  echo output

  input_output_loop(input_output)
}
```
2025-11-19 18:20:36 +01:00
..
2025-11-18 18:39:20 +01:00