Pulseaudio ��� linux mint

Содержание
  1. Как установить pulseaudio в Ubuntu / Debian
  2. Установка:
  3. Подробная информация о пакете:
  4. Зависимости:
  5. How to Install and Use PulseAudio-Equalizer on Linux Mint 20
  6. Installing PulseAudio on Linux Mint 20 from the standard repositories
  7. Installing PulseAudio-Equalizer on Linux Mint 20 from the PPA repository
  8. Step 1: Add PulseAudio PPA repository
  9. Step 2: Update apt-cache
  10. Step 3: Install PulseAudio
  11. Getting started and configuring the PulseAudio-Equalizer
  12. How to remove PulseAudio-Equalizer
  13. Conclusion
  14. About the author
  15. Kamran Sattar Awaisi
  16. Настройка качества звука в Linux Mint 19.3 через Pulseaudio.
  17. Стандартные значения.
  18. Редактирование значений.
  19. Улучшение звука.
  20. Параметр resample-method.
  21. Параметр default-sample-format .
  22. 2 отзыва к статье “Настройка качества звука в Linux Mint 19.3 через Pulseaudio.”
  23. Linux Mint Forums
  24. install Pulseaudio problem Linux Mint 18.3 Sylvia
  25. install Pulseaudio problem Linux Mint 18.3 Sylvia
  26. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  27. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  28. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  29. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  30. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  31. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  32. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  33. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  34. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  35. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia
  36. Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Как установить pulseaudio в Ubuntu / Debian

Установка:

Для установки pulseaudio в Ubuntu / Linux Mint / Debian, введите в Терминал :

Подробная информация о пакете:

Звуковой сервер PulseAudio

Зависимости:

Добавлять и удалять пользователей и группы

Changehat Библиотека AppArmor

Общая библиотека для приложений ALSA

Дополнительные модули библиотеки ALSA

Библиотека GNU C: общие библиотеки

Возможности POSIX 1003.1e (библиотека)

Простая межпроцессная система обмена сообщениями (библиотека)

Библиотека поддержки GCC

Библиотека межконтентной библиотеки X11

Независимая от системы dlopen-обертка для GNU libtool

Библиотека оптимизированных внутренних циклов Компилятор времени выполнения

Клиентские библиотеки PulseAudio

Библиотека управления сеансом X11

Библиотека для чтения / записи аудиофайлов

Расширенная библиотека времени исполнения Speex

Стандартная библиотека GNU GNU v3

Системная библиотека systemd

Тривиальная база данных — общая библиотека

Модуль AudioProcessing из проекта WebRTC.

X11 клиентская библиотека

Библиотека интерфейса Xlib/XCB

X11 Testing — библиотека расширений записи

Функциональность базового сценария Linux Standard Base

Средства командной строки для звукового сервера PulseAudio

Источник

How to Install and Use PulseAudio-Equalizer on Linux Mint 20

The PulseAudio is an open-source volume control and audio effects tool. It allows us to control and tune the audio settings. The PulseAudio Equalizer has a multi-band interface. Therefore, you can easily adjust the slider when the audio is playing.

As PulseAudio is a popular open-source tool, it is included in Linux Mint 20 standard repositories installed from there. Moreover, it can also be installed on Linux Mint 20 from the external PPA repository.

This post explains the installation of PulseAudio-Equalizer on Linux Mint.

Installing PulseAudio on Linux Mint 20 from the standard repositories

Open the terminal window, and first, update the apt listing with the command:

Type the below-given command to install PulseAudio on Linux Mint 20 from the standard repositories:

Press ‘y’ to continue installing PulseAudio.

Once the PulseAudio is installed, verify the installation with the command:

The Pulseaudio 13.99.1 is successfully installed on my Linux Mint 20.

Читайте также:  Оптимизация дистрибутива для работы с твердотельным накопителем ssd linux mint

The PulseAudio offers many extra modules included in Linux Mint 20 standard repositories and can be installed easily with apt command.

Installing PulseAudio-Equalizer on Linux Mint 20 from the PPA repository

The PPA repositories are created and maintained by the developers. Fire up the terminal and perform the following steps to install PulseAudio from the PPA repository:

Step 1: Add PulseAudio PPA repository

First, add the PulseAudio PPA repository using the command:

The PulseAudio PPA repository will be added successfully.

Step 2: Update apt-cache

Once the PPA repository is added successfully, update the apt cache with the command:

Step 3: Install PulseAudio

Next, install the PulseAudio with the command:

Press ‘y’ to continue installing PulseAudio.

Getting started and configuring the PulseAudio-Equalizer

Once you have installed PulseAudio using any recommended method, open the PulseAudio tool with the command:

While opening the PulseAudio tool, you may encounter the error stating that some modules are missing. In this case, open the PulseAudio’s configuration file with the command:

Add the below-given lines at the bottom of the/etc/pulse/default.pa file.

Save the file and exit the nano editor by pressing ctrl+x.

Next, kill the PulseAudio service and restart it:

Now, open the PulseAudio with the command:

The PulseAudio-Equalizer is ready for use.

How to remove PulseAudio-Equalizer

At any point, if you wish to remove PulseAudio from Linux Mint 20, then type the below-given command to do so:

Press ‘y’ to continue removing PulseAudio Equalizer.

The PulseAudio Equalizer will be removed successfully.

Conclusion

PulseAudio Equalizer is a free and open-source tool for volume control. It is part of Linux Mint 20 standard repositories and can be installed with apt command. Moreover, it is also available from an external PPA repository. This article shows the PulseAudio Equalizer installation on Linux Mint 20 system from the standard and PPA repositories.

About the author

Kamran Sattar Awaisi

I am a software engineer and a research scholar. I like to write article and make tutorial on various IT topics including Python, Cloud Computing, Fog Computing and Deep Learning. I love to use Linux based operating systems.

Источник

Настройка качества звука в Linux Mint 19.3 через Pulseaudio.

В Linux Mint по умолчанию для Pulseaudio установлен режим производительности, который является режимом низкого качества звука с минимальными накладными расходами для процессора. В обычном случае это работает хорошо и не создаёт никаких проблем, но если целью является получить наилучший звук, который способно выдать имеющееся оборудование, то для такого стандартные настройки не годятся.

Стандартные значения.

Настройка Pulseaudio производится через простой конфигурационный файл:

Вывести список параметров и их значения в терминал:

Значения по умолчанию в Linux Mint 19.3:

Редактирование значений.

Редактировать этот конфигурационный файл можно любым текстовым редактором с правами суперпользователя. Рекомендую nano.

Текстовые комментарии закомментированы знаком #

Перечисленные в файле параметры закомментированы знаком ;

Чтобы изменить значение параметра, его нужно раскомментировать, убрав ;

Чтобы изменённые параметры вступили в силу, нужно применить конфигурацию Pulseaudio:

Альтернативный метод через уничтожение процесса и его запуск:

pulseaudio —kill && pulseaudio —start

Может быть достаточно просто pulseaudio —kill и дальше демон (сервис) запустится автоматически.

Улучшение звука.

Основными параметрами, влияющими на качество звучания, являются resample-method и default-sample-format.

Вывести поддерживаемые оборудованием значения параметров:
aplay —device hw /dev/urandom —dump-hw-params

Читайте также:  Windows forms open designer

Параметр resample-method.

У resample-method значение по умолчанию auto, что, скорее всего, означает resample-method = speex-float-1, то есть высокая производительность, но низкое качество. Поэтому оптимальнее выбрать конкретный метод. Так же это может помочь решить проблему с «хрипами».

resample-method = speex-float-n — это компромиссный высокопроизводительный метод, где n означает целое число от 1 до 9. Чем выше значение, тем лучше качество звучание, но выше накладные расходы для производительности. В качестве компромиссного варианта рекомендуется значение в диапазоне от 5 до 7. Для максимального качества значение 9.

resample-method = src-sinc-n-quality — [устаревший параметр] — метод предназначенный для звука высокого качества, где n означает best, medium и fastest варианты. Метод создаёт значительную нагрузку на процессор.

resample-method = soxr-n — [актуальный параметр] — метод предназначенный для звука высокого качества, является заменой rc-sinc. Здесь n означает mq, hq и vhq. Метод создаёт значительную нагрузку на процессор.

resample-method = copy — самое высокое качество, но при высокой нагрузке на процессор.

Примечание: При загрузке процессора, близкой к 100%, на высоком уровне качества может появляться «треск».

Параметр default-sample-format .

Значение по умолчанию s16le, что является качеством ниже среднего, но с низкой нагрузкой на процессор.

Для высокого качества, нужно указать следующее значение:

После завершения редактирования конфигурационного файла с сохранением изменений необходимо применить новые значения для параметров:

После выполнения команды изменения тут же вступят в силу. Теперь можно наслаждаться высококачественным звучанием.

2 отзыва к статье “Настройка качества звука в Linux Mint 19.3 через Pulseaudio.”

Непонятно почему, но при speex-float-8 у меня pulseaudio жрет 6% цп, а при copy и soxr-vhq только 1

Для speex-float рекомендованы значения до 7 включительно. Если нужно самое высокое качество, то оптимальнее использовать copy.

Источник

Linux Mint Forums

Welcome to the Linux Mint forums!

install Pulseaudio problem Linux Mint 18.3 Sylvia

install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by longvu182 » Mon Feb 26, 2018 1:49 am

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by Sir Charles » Mon Feb 26, 2018 5:21 am

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by longvu182 » Mon Feb 26, 2018 7:04 am

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by Sir Charles » Mon Feb 26, 2018 7:35 am

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by longvu182 » Mon Feb 26, 2018 11:25 am

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by Hoser Rob » Mon Feb 26, 2018 12:06 pm

Oh dear. I think I must be lucky because I prefer to avoid EQ because global EQ in Linux looks to be a complete mess. I’ve seen beginners looking for this for years and have never seen an adequate solution. SOmething you need to install from a ppa or a flatpak do NOT qualify as adequate . there’s a substantial demand for it and if there was a decent solution it’d be in the repos.

BTW I don’t use ppas for app software unless it’s something I really need and it isn’t in the repos. For OS/DE level things, no way. Not a hope in hell.

Sorry but I’d avoid trying this.

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by rickNS » Mon Feb 26, 2018 1:02 pm

Читайте также:  Shebang python on windows

BTW I don’t use ppas for app software unless it’s something I really need and it isn’t in the repos. For OS/DE level things, no way. Not a hope in hell.

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by Sir Charles » Mon Feb 26, 2018 1:03 pm

If I were you, I would reinstall pulseaudio. I would also install xfce4-pulseaudio-plugin (Xfce4 panel plugin icon to control Pulseaudio. You can use this applet to control your Pulseaudio volume levels with the media keys or using the scrollwheel. You can also open a Pulseaudio mixer via the plugin.)

Getting your lost audio to work now should be your first priority. The equalizer is a later headache.

I hope that others with some constructive ideas could pitch in to get OP’s audio back on track and

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by rickNS » Mon Feb 26, 2018 3:19 pm

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by longvu182 » Tue Feb 27, 2018 12:03 am

reinstall pulseaudio but still does not work ( before pulseaudio work on my linux mint 18.2 install from offcial source )
and now i am accept that pulseaduio not work for me.
Thanks a lot everyone for support me

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by longvu182 » Tue Feb 27, 2018 12:05 am

If I were you, I would reinstall pulseaudio. I would also install xfce4-pulseaudio-plugin (Xfce4 panel plugin icon to control Pulseaudio. You can use this applet to control your Pulseaudio volume levels with the media keys or using the scrollwheel. You can also open a Pulseaudio mixer via the plugin.)

Getting your lost audio to work now should be your first priority. The equalizer is a later headache.

I hope that others with some constructive ideas could pitch in to get OP’s audio back on track and

Re: install Pulseaudio problem Linux Mint 18.3 Sylvia

Post by Sir Charles » Tue Feb 27, 2018 5:28 am

Though adding an extra PPA and/or installing software from a downloaded .deb file can be a risky affair, there are many fully functional and legitimate software outside the official repositories. There are, even inside the repositories, some quite outdated pieces of software whose functionality and security is debatable. There are even some in the repos which are regarded by some people as being dangerous to use outright.

One should always do some research and inform him/her -self from different sources before making the decision. The Linux Mint Forums is one of these sources. You should also note that different people have different approaches to their systems. Certain have a very conservative and puritan approach for whom anything from outside the repositories is a taboo.

Personally, I use whatever I feel that I need and that works for me but not without having done some research beforehand and making sure that I can trust the source and the software. I do it at my own risk and responsibility. And so far, I have been doing just fine. I have been told that I am lucky. I wish I had won in a lottery. That, never has happened.

Источник

Оцените статью