Replies: 6 comments 1 reply
-
Even when you order the file to be loaded, it's as if it had already loaded, then the time comes out with the wrong speech, is there a way for the file to be loaded in real time to be played at the correct time? |
Beta Was this translation helpful? Give feedback.
-
@toots ?? |
Beta Was this translation helpful? Give feedback.
-
Hi! I think we'd need more context about your script to be able to help:
|
Beta Was this translation helpful? Give feedback.
-
Linux system, liquidsoap 2.0 installed via ssh command using .zip In this case I hope to run the .mp3 audio in real time to hear the correct tempo in the audio that is generated by the script. Roteiro clock = audio_to_stereo (amplify (0,5, override = "replay_gain", single (id="HoraCerta", "/home/streaming/horacerta/7062/hora_certa.mp3"))) Using this path above it loads the audio much earlier and as the script made outside of liquidsoap runs every minute it doesn't say the correct time when generating the type if now it's 19:58 and it's time to play the speech it would do say 19:50 because the .mp3 was loaded at this time, the correct thing would be for him to say 19:58 and not 19:50, which is when he read the generated .mp3 |
Beta Was this translation helpful? Give feedback.
-
@toots Can you help me ? |
Beta Was this translation helpful? Give feedback.
-
Hi, What output do you use? More generally, low latency is tricky to obtain, you need to make sure that the whole chain to produce data, from liquidsoap's internal frame to the encoders to the outputs to the way your listeners are connected is properly set to minimize delays. |
Beta Was this translation helpful? Give feedback.
-
I have a script in linux that generates the timetable speech every minute but when I send the liquidsoap script to read the mp3 it delays a thing of minutes as if it had loaded almost 15 minutes ago how to proceed I use liqudidsoap 2.0
Beta Was this translation helpful? Give feedback.
All reactions