You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using output.file with %wav encoder and the reopen_when argument, the WAV header is written only once in the first file.
The following files contain the data but are headerless.
To Reproduce
radio = mksafe( playlist('/home/some/music') )
output.file(
id="output_file",
%wav(stereo=true, channels=2, samplesize=16, header=true, duration=60.),
{time.string("/home/primitive/pige/%Y-%m-%d/%Y-%m-%d-%H_%M_%S.wav")},
reopen_delay=60.,
reopen_when={0s},
radio
)
Version details
OS: Debian bookworm
Liquidsoap 2.2.3
Install method opam
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
output.file
with%wav
encoder and thereopen_when
argument, the WAV header is written only once in the first file.The following files contain the data but are headerless.
To Reproduce
Version details
Install method
opam
The text was updated successfully, but these errors were encountered: