Comment 12 for bug 803103

Revision history for this message
Mario César Señoranis (mariocesar) wrote :

@Andrew Look a this, could be a more robust fix

    mariocesar@tango:~$ LANG=C pactl stat
    Currently in use: 243 blocks containing 426.7 KiB bytes total.
    Allocated during whole lifetime: 197381 blocks containing 400.9 MiB bytes total.
    Sample cache size: 0 B
    User name: mariocesar
    Host Name: tango
    Server Name: pulseaudio
    Server Version: 0.9.22-24-g67d18
    Default Sample Specification: s16le 2ch 44100Hz
    Default Channel Map: front-left,front-right
    Default Sink: alsa_output.pci-0000_00_1b.0.analog-stereo
    Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo
    Cookie: 12036701
    mariocesar@tango:~$ pactl stat
    Actualmente en uso: 243 bloques conteniendo 427,4 KiB bytes en total.
    Ubicados durante a lo largo del tiempo: 198293 bloques conteniendo 402,7 MiB bytes en total.
    Tamaño del cache de muestra: 0 B
    Nombre de usuario: mariocesar
    Nombre del equipo: tango
    Nombre del servidor: pulseaudio
    Versión del servidor: 0.9.22-24-g67d18
    Especificación de muestra por defecto: s16le 2ch 44100Hz
    Mapa de canal por defecto: front-left,front-right
    Sumidero por defecto: alsa_output.pci-0000_00_1b.0.analog-stereo
    Fuente por defecto: alsa_input.pci-0000_00_1b.0.analog-stereo
    Cookie: 12036701

You can redefine a enviroment variable at the start of any command LANG=C, this will affect just that command.