Re: [Savonet-users] [savonet/liquidsoap] Add a noise gate operatorg (#751)

2019-04-10 Thread Geoff King
Don't forget ladspa plugin abilities. There appears to be several ladspa gate plugins. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] Error when registering icy_update function

2019-04-10 Thread William Goldsmith
Thanks, Romain. I appreciate the very informative response. Karl Heyes from the Icecast project has always pointed to poor Ogg implementation by players also. Not a big deal for us as most of the listening to our Vorbis streams is via our legacy embedded player. Our current web player, TuneIn and

Re: [Savonet-users] Error when registering icy_update function

2019-04-10 Thread Romain Beauxis
Hi, Le lun. 8 avr. 2019 à 17:46, William Goldsmith a écrit : > > OK. I got this working -- although it appears that metadata updates via this method do not work on ogg/flac streams. I don't get an error (as I do when attempting a URL update on that mountpoint) but it does not register with

Re: [Savonet-users] [savonet/liquidsoap] Failed to prepare track: request not ready. (#735)

2019-04-10 Thread Romain Beauxis
Well your use seems legit after all..  I'll have a look at your issue. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] Replay_gain in logs

2019-04-10 Thread Damian
Okay, I run a test with the following and it returned 3.44dB ~/.opam/default/lib/liquidsoap/lib/liquidsoap/1.3.6/extract-replaygain /ssr/uploads/test.mp3 3.44 dB I assume this means it should work. I have telnet setup but because this was run manually (not inside a liq file) I am not sure how

Re: [Savonet-users] [savonet/liquidsoap] Add "Question" template to Github Issues for liquidsoap (#752)

2019-04-10 Thread Romain Beauxis
Hi, Thanks for this report. It's an interesting idea. There is a mailing list for for a while its use has blended with the use of github issues for support requests indeed. For that reason, github issues have been forwarded to the mailing list for a couple of months now. Before implementing

[Savonet-users] [savonet/liquidsoap] Add "Question" mode to Github Issues for liquidsoap (#752)

2019-04-10 Thread Dmitrij Igorevich
**Is your feature request related to a problem? Please describe.** I cannot find a way to ask community a question regarding liquidsoap. **Describe the solution you'd like** Maybe it will be better to add Question type to allowed Github issue types on creation. **Describe alternatives you've

Re: [Savonet-users] [savonet/liquidsoap] Add a noise gate operatorg (#751)

2019-04-10 Thread Romain Beauxis
Sure thing. Looks like @smimram is in for it. You could also look at coding it if you're interested to learn how liquidsoap works under the hood..! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] 1.3.7-beta1

2019-04-10 Thread Romain Beauxis
Good, thanks for reporting! Le mer. 10 avr. 2019 à 09:40, Gilou a écrit : > Le 25/03/2019 à 20:28, Gilles Pietri a écrit : > > Le 25/03/2019 à 01:51, Romain Beauxis a écrit : > >> Hi all, > >> > >> I have just published a first beta for the forthcoming 1.3.7 bugfix > release. > >> > >>

Re: [Savonet-users] 1.3.7-beta1

2019-04-10 Thread Gilou
Le 25/03/2019 à 20:28, Gilles Pietri a écrit : > Le 25/03/2019 à 01:51, Romain Beauxis a écrit : >> Hi all, >> >> I have just published a first beta for the forthcoming 1.3.7 bugfix release. >> >> Typically, bugfix releases are released without the need for a testing >> cycle as they are

Re: [Savonet-users] [savonet/liquidsoap] Version 1.3.7 - compilation problem (Cannot find file 1.cmxa) (#750)

2019-04-10 Thread Romain Beauxis
PS: you should really use camomile  -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/750#issuecomment-481717276___ Savonet-users

Re: [Savonet-users] [savonet/liquidsoap] Version 1.3.7 - compilation problem (Cannot find file 1.cmxa) (#750)

2019-04-10 Thread Romain Beauxis
Closed #750. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/savonet/liquidsoap/issues/750#event-2266303169___ Savonet-users mailing list

Re: [Savonet-users] [savonet/liquidsoap] Version 1.3.7 - compilation problem (Cannot find file 1.cmxa) (#750)

2019-04-10 Thread Romain Beauxis
Thanks for the report. There was indeed an issue with the build tools in that tarball. I have regenerated it, should be fixed now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Savonet-users] [savonet/liquidsoap] Add a noise gate operatorg (#751)

2019-04-10 Thread Yamakaky
https://en.m.wikipedia.org/wiki/Noise_gate Since `compress` exists, this should not be to hard to implement. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Failed to prepare track: request not ready. (#735)

2019-04-10 Thread Alessio Ciregia
> I recommend not using `playlist.once` here. The operator that has great > chances of being deprecated, most use of it that I have seen are not the > intended reason it was implemented. Or, perhaps, you have a compelling reason > to use it instead of `playlist`? Hi! Thanks for the answer. The

[Savonet-users] [savonet/liquidsoap] Version 1.3.7 - compilation problem (Cannot find file 1.cmxa) (#750)

2019-04-10 Thread Patryk Krzywdziński
When I try compile 1.3.7 by "make", compilation is failed: OCAMLOPT -c main.ml OCAMLOPT -c runner.ml CC -c tools/unix_c.c CC -c io/oss_io_c.c OCAMLOPT -o liquidsoap File "unix/process_utils.mli", line 1: Error: Cannot find file 1.cmxa I always compiled (previous versions too) in this way: ```