Replies: 1 comment 1 reply
-
Hi @floholl, yeah, you are understanding it right. I don't have 2.2.5 at hand. But I got % cat sine.liq
src = sine()
% cat portaudio.liq
output.portaudio(src)
% liquidsoap sine.liq portaudio.liq
2024/12/10 23:34:31 >>> LOG START
2024/12/10 23:34:26 [ffmpeg.filter.bitstream:3] No valid mode found for filter pgs_frame_merge!
2024/12/10 23:34:26 [main:3] Liquidsoap rolling-release-v2.3.x-2-gb18d14a+dev
...
...
So I think it may be a bug or something in 2.2.5 version. I encourage you to upgrade to the latest |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying (Liquidsoap v2.25 under macOS installed via
opam
) to separate my signal chain by loading separate scripts, as described here, with the intention of easily exchanging sources, outputs, etc. in an educational context.The following plays the expected sine wave:
However, if I split the two lines from the previous
.liq
script into two separate scripts and load both, I get an error:Any ideas? Am I misunderstanding how script loading is supposed to work?
Many thanks for any help you can provide,
Florian
Beta Was this translation helpful? Give feedback.
All reactions