Re: How to manage audio volume unattended.

2020-11-16 Thread Curt
On 2020-11-15, Juan R. de Silva wrote: > >> Normalize the volume of the mp3 files beforehand rather than adjusting >> the volume of the player in real time for each individual file (e.g. >> with an app like python-rgain)? >> >> Or does this not speak to the reason for the volume changes? > > Unfo

Re: How to manage audio volume unattended.

2020-11-15 Thread Juan R. de Silva
> Normalize the volume of the mp3 files beforehand rather than adjusting > the volume of the player in real time for each individual file (e.g. > with an app like python-rgain)? > > Or does this not speak to the reason for the volume changes? Unfortunately, it does not in this particular case.

Re: How to manage audio volume unattended.

2020-11-15 Thread Juan R. de Silva
On Sun, 15 Nov 2020 14:46:01 +, Brian wrote: > On Sun 15 Nov 2020 at 02:35:39 -, Juan R. de Silva wrote: > >> I use cron job to run VLC several times a day at predefined times. Each >> time a different mp3 file is played and I need to set different audio >> volume for each file. I also ne

Re: How to manage audio volume unattended.

2020-11-15 Thread Juan R. de Silva
On Sun, 15 Nov 2020 02:35:39 +, Juan R. de Silva wrote: Thanks to all replied and a lot of helpful suggestion. I'm working on it. :-)

Re: How to manage audio volume unattended.

2020-11-15 Thread Brian
On Sun 15 Nov 2020 at 02:35:39 -, Juan R. de Silva wrote: > I use cron job to run VLC several times a day at predefined times. Each > time a different mp3 file is played and I need to set different audio > volume for each file. I also need to make it working unattended. Set the volume level

Re: How to manage audio volume unattended.

2020-11-15 Thread Dan Ritter
Juan R. de Silva wrote: > I use cron job to run VLC several times a day at predefined times. Each > time a different mp3 file is played and I need to set different audio > volume for each file. I also need to make it working unattended. > > I can set the volume by executing 'pactl set-sink-inpu

Re: How to manage audio volume unattended.

2020-11-15 Thread didier gaumet
Le dimanche 15 novembre 2020 à 14:20:06 UTC+1, didier gaumet a écrit : [...] > cf https://wiki.videolan.org/Documentation:Command_line/ there are the --volume-step and --gain options as well, more directly suitable

Re: How to manage audio volume unattended.

2020-11-15 Thread didier gaumet
Le dimanche 15 novembre 2020 à 03:40:06 UTC+1, Juan R. de Silva a écrit : > I use cron job to run VLC several times a day at predefined times. Each > time a different mp3 file is played and I need to set different audio > volume for each file. I also need to make it working unattended. [...] Pe

Re: How to manage audio volume unattended.

2020-11-15 Thread Curt
On 2020-11-15, Juan R. de Silva wrote: > I use cron job to run VLC several times a day at predefined times. Each > time a different mp3 file is played and I need to set different audio > volume for each file. I also need to make it working unattended. > > I can set the volume by executing 'pactl

Re: How to manage audio volume unattended.

2020-11-15 Thread Andrei POPESCU
On Du, 15 nov 20, 02:35:39, Juan R. de Silva wrote: > > If somebody can suggest another way to achieve the desired, please > suggest. For example, can anyone suggest a media player, which can accept > a desired volume level as a command line argument? Any other ideas? Apparently mpv supports se