eq linux_耳机 EQ: LINUX 用什么玩 EQ? 滤波器设置文件有没有样板?

news/2024/12/20 7:50:40/

耳机 EQ: LINUX 用什么玩 EQ? 滤波器设置文件有没有样板?

6baa98674766e1a1d737be29386f2aae.png

LINUX 可以用 Pulseeffects 玩 EQ. 它有 29/30 段均衡(您自己数一下), 基本上绝大部分场景都可以适用。所以在 LINUX 下面, 您不必去找 EQUALIZER APO。

关于滤波器设置文件,一开始俺也走了弯路。 通过 flatpak 安装了Pulseeffects,所以出乎预料,Pulseeffects 用户自定义的 EQ 设置被系统(用 JSON) 存在一个令人难以琢磨的地方。

俺用 find / -name "xxxxxxxxxx-my-EQ-setting-012345" -mtime -1 找了几遍以后都没找到。最后, 用 grep -inr "xxxxxxxxxx-my-EQ-setting-012345" ./ 在用户目录里面找出来是存在这文件里:


./.var/app/com.github.wwmm.pulseeffects/config/glib-2.0/settings/keyfile:158:last-used-preset='xxxxxxxxxx-my-EQ-setting-012345'


文件大小是 12 KB 左右。
网上还有人发现是在这里:


~/.var/app/com.github.wwmm.pulseeffects/config/PulseEffects/output/EQ.json

[root@localhost ~]# dnf -y install pulseeffects

后来俺用 YUM / DNF 安装的 Pulseeffects,配置文件的所在就比较能预料了。在这里:


~/.config/PulseEffects/output/

举例:

[wenxue@localhost ~]$ ls ~/.config/PulseEffects/output/4dollarTOhd800s.json  
/home/wenxue/.config/PulseEffects/output/4dollarTOhd800s.json


好吧,就当是笔记。网上有 PulseEffects 相关文档:

https://9ithub.com/wwmm/pulseeffects/wiki/Community-presets


JSON(JavaScript Object Notation,JavaScript对象表示法)

是一种由道格拉斯·克罗克福特构想和设计、轻量级的数据交换语言,该语言以易于让人阅读的文字为基础,用来传输由属性值或者序列性的值组成的数据对象。尽管JSON是JavaScript的一个子集,但JSON是独立于语言的文本格式,并且采用了类似于C语言家族的一些习惯。

[root@localhost ~]# ls -la /home/wenxue/.config/PulseEffects/output
total 72
drwxr-xr-x. 2 wenxue wenxue  4096 Sep 26 01:03 .
drwxr-xr-x. 6 wenxue wenxue  4096 Oct 22 01:11 ..
-rw-r--r--. 1 wenxue wenxue 32169 Sep 26 01:03 4dollarTOhd800s_backup.json
-rw-r--r--. 1 wenxue wenxue 32169 Sep 26 01:03 4dollarTOhd800s.json
麦文学:耳机EQ补遗:Equalizer APO 使用简单答疑 -- 麦文学喜迎618系列​zhuanlan.zhihu.com
6aba97fa0f766138272eaebed71782e3.png
麦文学:LINUX 的 EQ: Pulseeffects 用户自定义的 EQ 设置存在什么地方?​zhuanlan.zhihu.com
28cba5defe6537868d7b6eedb40f1577.png

465d24bd7457d462777cec0a0cec606a.png

6870952188a0123102fa58707e9012c4.png

bd97179d18a7992ce1d2c768e1861384.png

俺最近用得比较多的是一个四块钱 ($3.99 )的耳机, EQ 到 HD800S,听得不亦乐乎。 已经不太碰那些昂贵的耳机了。

这个耳机的滤波器设置文件留在这里供大家参考。

[wenxue@localhost ~]$ cat ~/.config/PulseEffects/output/4dollarTOhd800s.json

都是手打的, 万一对您有帮助敬请点点赞/赞赏。 多谢大家。

{"spectrum": {"show": "true","n-points": "100","height": "100","use-custom-color": "false","fill": "true","show-bar-border": "true","scale": "1","exponent": "1","sampling-freq": "10","line-width": "2","type": "Bars","color": ["1","1","1","1"],"gradient-color": ["0","0","0","1"]},"output": {"blacklist": "","plugins_order": ["autogain","limiter","equalizer","gate","multiband_gate","compressor","multiband_compressor","convolver","bass_enhancer","exciter","crystalizer","stereo_tools","reverb","delay","deesser","crossfeed","loudness","maximizer","filter","pitch"],"bass_enhancer": {"state": "false","input-gain": "0","output-gain": "0","amount": "0","harmonics": "8.5","scope": "100","floor": "20","blend": "0","floor-active": "false","listen": "false"},"compressor": {"state": "false","input-gain": "0","output-gain": "0","mode": "Downward","attack": "20","release": "100","threshold": "-12","ratio": "4","knee": "-6","makeup": "0","sidechain": {"listen": "false","type": "Feed-forward","mode": "RMS","source": "Middle","preamp": "0","reactivity": "10","lookahead": "0"}},"crossfeed": {"state": "false","fcut": "700","feed": "4.5"},"deesser": {"state": "false","detection": "RMS","mode": "Wide","threshold": "-18","ratio": "3","laxity": "15","makeup": "0","f1-freq": "6000","f2-freq": "4500","f1-level": "0","f2-level": "12","f2-q": "1","sc-listen": "false"},"equalizer": {"state": "true","mode": "IIR","num-bands": "30","input-gain": "-10","output-gain": "10","split-channels": "false","left": {"band0": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "1","frequency": "25","q": "0.5"},"band1": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "0","frequency": "30","q": "0.5"},"band2": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "4","frequency": "36","q": "0.5"},"band3": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "0","frequency": "45.07","q": "4.3600000000000003"},"band4": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-1.5","frequency": "68","q": "1"},"band5": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-2.5","frequency": "86","q": "2.5"},"band6": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-8","frequency": "105","q": "2.5"},"band7": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-5","frequency": "138","q": "2.5"},"band8": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "186","q": "1.5"},"band9": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "206","q": "1.5"},"band10": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "286","q": "2.5"},"band11": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "366","q": "1.5"},"band12": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-6","frequency": "596","q": "3.5"},"band13": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-1","frequency": "770","q": "7.5"},"band14": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "1130","q": "3"},"band15": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "1380","q": "3"},"band16": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-8","frequency": "1580","q": "2"},"band17": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-2","frequency": "1700","q": "5"},"band18": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-2","frequency": "1900","q": "5"},"band19": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "0","frequency": "1794.3299999999999","q": "4.3600000000000003"},"band20": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-1","frequency": "2280","q": "7"},"band21": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "2480","q": "5"},"band22": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-9.5999999999999996","frequency": "2920","q": "7"},"band23": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "5","frequency": "3350","q": "7"},"band24": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "5.0999999999999996","frequency": "3720","q": "3"},"band25": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "5","frequency": "3960","q": "7"},"band26": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "4.0999999999999996","frequency": "4560","q": "3"},"band27": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-15.9","frequency": "5200","q": "4"},"band28": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "6","frequency": "8500","q": "2"},"band29": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "0","frequency": "17943.279999999999","q": "4.3600000000000003"}},"right": {"band0": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "1","frequency": "25","q": "0.5"},"band1": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "0","frequency": "30","q": "0.5"},"band2": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "4","frequency": "36","q": "0.5"},"band3": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "0","frequency": "45.07","q": "4.3600000000000003"},"band4": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-1.5","frequency": "68","q": "1"},"band5": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-2.5","frequency": "86","q": "2.5"},"band6": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-8","frequency": "105","q": "2.5"},"band7": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-5","frequency": "138","q": "2.5"},"band8": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "186","q": "1.5"},"band9": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "206","q": "1.5"},"band10": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "286","q": "2.5"},"band11": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "366","q": "1.5"},"band12": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-6","frequency": "596","q": "3.5"},"band13": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-1","frequency": "770","q": "7.5"},"band14": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "1130","q": "3"},"band15": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "1380","q": "3"},"band16": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-8","frequency": "1580","q": "2"},"band17": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-2","frequency": "1700","q": "5"},"band18": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-2","frequency": "1900","q": "5"},"band19": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "0","frequency": "1794.3299999999999","q": "4.3600000000000003"},"band20": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-1","frequency": "2280","q": "7"},"band21": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-3","frequency": "2480","q": "5"},"band22": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-9.5999999999999996","frequency": "2920","q": "7"},"band23": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "5","frequency": "3350","q": "7"},"band24": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "5.0999999999999996","frequency": "3720","q": "3"},"band25": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "5","frequency": "3960","q": "7"},"band26": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "4.0999999999999996","frequency": "4560","q": "3"},"band27": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "-15.9","frequency": "5200","q": "4"},"band28": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "6","frequency": "8500","q": "2"},"band29": {"type": "Bell","mode": "APO (DR)","slope": "x1","solo": "false","mute": "false","gain": "0","frequency": "17943.279999999999","q": "4.3600000000000003"}}},"exciter": {"state": "false","input-gain": "0","output-gain": "0","amount": "0","harmonics": "8.5","scope": "7500","ceil": "16000","blend": "0","ceil-active": "false","listen": "false"},"filter": {"state": "false","input-gain": "0","output-gain": "0","frequency": "2000","resonance": "-3","mode": "12dB/oct Lowpass","inertia": "20"},"gate": {"state": "false","detection": "RMS","stereo-link": "Average","range": "-24","attack": "20","release": "250","threshold": "-18","ratio": "2","knee": "9","makeup": "0"},"limiter": {"state": "false","input-gain": "0","limit": "0","lookahead": "5","release": "50","asc": "false","asc-level": "0.5","oversampling": "1"},"maximizer": {"state": "false","release": "25","ceiling": "0","threshold": "0"},"pitch": {"state": "false","input-gain": "0","output-gain": "0","cents": "0","semitones": "0","octaves": "0","crispness": "3","formant-preserving": "false","faster": "false"},"reverb": {"state": "false","input-gain": "0","output-gain": "0","room-size": "Large","decay-time": "1.5","hf-damp": "5000","diffusion": "0.5","amount": "-12","dry": "0","predelay": "0","bass-cut": "300","treble-cut": "5000"},"multiband_compressor": {"state": "false","input-gain": "0","output-gain": "0","freq0": "120","freq1": "1000","freq2": "6000","mode": "LR8","subband": {"threshold": "-12","ratio": "2","attack": "150","release": "300","makeup": "0","knee": "9","detection": "RMS","bypass": "false","solo": "false"},"lowband": {"threshold": "-12","ratio": "2","attack": "150","release": "300","makeup": "0","knee": "9","detection": "RMS","bypass": "false","solo": "false"},"midband": {"threshold": "-12","ratio": "2","attack": "150","release": "300","makeup": "0","knee": "9","detection": "RMS","bypass": "false","solo": "false"},"highband": {"threshold": "-12","ratio": "2","attack": "150","release": "300","makeup": "0","knee": "9","detection": "RMS","bypass": "false","solo": "false"}},"loudness": {"state": "false","loudness": "-3.1000000000000001","output": "-6","link": "-9.0999999999999996"},"multiband_gate": {"state": "false","input-gain": "0","output-gain": "0","freq0": "120","freq1": "1000","freq2": "6000","mode": "LR8","subband": {"reduction": "-24","threshold": "-12","ratio": "2","attack": "150","release": "300","makeup": "0","knee": "9","detection": "RMS","bypass": "false","solo": "false"},"lowband": {"reduction": "-24","threshold": "-12","ratio": "2","attack": "150","release": "300","makeup": "0","knee": "9","detection": "RMS","bypass": "false","solo": "false"},"midband": {"reduction": "-24","threshold": "-12","ratio": "2","attack": "150","release": "300","makeup": "0","knee": "9","detection": "RMS","bypass": "false","solo": "false"},"highband": {"reduction": "-24","threshold": "-12","ratio": "2","attack": "150","release": "300","makeup": "0","knee": "9","detection": "RMS","bypass": "false","solo": "false"}},"stereo_tools": {"state": "false","input-gain": "0","output-gain": "0","balance-in": "0","balance-out": "0","softclip": "false","mutel": "false","muter": "false","phasel": "false","phaser": "false","mode": "LR > LR (Stereo Default)","side-level": "0","side-balance": "0","middle-level": "0","middle-panorama": "0","stereo-base": "0","delay": "0","sc-level": "1","stereo-phase": "0"},"convolver": {"state": "false","input-gain": "0","output-gain": "0","kernel-path": "","ir-width": "100"},"crystalizer": {"state": "false","aggressive": "false","input-gain": "0","output-gain": "0","band0": {"intensity": "12","mute": "false","bypass": "false"},"band1": {"intensity": "10","mute": "false","bypass": "false"},"band2": {"intensity": "8","mute": "false","bypass": "false"},"band3": {"intensity": "6","mute": "false","bypass": "false"},"band4": {"intensity": "4","mute": "false","bypass": "false"},"band5": {"intensity": "2","mute": "false","bypass": "false"},"band6": {"intensity": "0","mute": "false","bypass": "false"},"band7": {"intensity": "-2","mute": "false","bypass": "false"},"band8": {"intensity": "-4","mute": "false","bypass": "false"},"band9": {"intensity": "-6","mute": "false","bypass": "false"},"band10": {"intensity": "-8","mute": "false","bypass": "false"},"band11": {"intensity": "-10","mute": "false","bypass": "false"},"band12": {"intensity": "-12","mute": "false","bypass": "false"}},"autogain": {"state": "false","detect-silence": "false","use-geometric-mean": "true","input-gain": "0","output-gain": "0","target": "-23","weight-m": "1","weight-s": "1","weight-i": "1"},"delay": {"state": "false","input-gain": "0","output-gain": "0","time-l": "0","time-r": "0"}}
}

基本上您把上面这个代码筺里面的东西存成 XXXXX.json, 然后放进隐藏文件夹(子目录)

~/.config/PulseEffects/output/

里面, 就可以在 Pulseeffects 中调用了。

【未完待续】


http://www.ppmy.cn/news/203892.html

相关文章

go test 包外测试

之前文章有介绍过 go test coverage 单测覆盖率 和Go test基础用法,今天这里主要介绍 go 单测中比较特殊的一种场景:包外测试。初次看到这个名字,我还以为就是单独创建一个新目录,所有的单测用例统一都汇总到这个目录下&#xff0…

Hitcon 2016 SleepyHolder-fastbin_dup_consolidate.c

参考/题目下载: https://github.com/mehQQ/public_writeup/tree/master/hitcon2016/SleepyHolder https://blog.csdn.net/seaaseesa/article/details/105856878 1,三联 保护:基本都开了 功能: 0、唤醒功能; 1、创建-secret&#…

计算机参数配置解读,教你看懂电脑配置参数,了解组装电脑基本知识

很多小白用户在挑选电脑的时候都不知道该如何下手,今天电脑配置为为大家带来一篇电脑硬件扫盲的文章,让大家了解一些电脑配置的基本知识,以及如何看懂电脑配置参数。这里我们所说的电脑配置包括台式机和笔记本,虽然它们的外形不一…

新电脑快速配置

最近换了台新电脑,开发环境这些都要重新装,主要记录下步骤。 系统 双系统少不了,由于默认都是windows,而我偏爱linux系统。所以,第一件事就是装ubuntu,也纠结过要不要换个发行版,比如mint,不过…

新电脑配置

提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档 文章目录 前言新电脑配置 前言 新电脑如何配置才可以更加好用,便捷呢? 提示:以下是本篇文章正文内容,下面案例可供参考 新电脑配置 1.设…

Asana替代方案推荐:盘点2023年8种优质的免费和付费替代工具

Asana是一个项目管理和团队合作软件平台,自2008年成立以来,一直在彻底改变团队合作的方式。Asana以其直观的用户界面而闻名,是项目经理和团队领导的热门选择。然而在快节奏的项目管理世界中,技术发展很快。因此,当涉及…

CPM-Bee本地部署的实战方案

大家好,我是herosunly。985院校硕士毕业,现担任算法研究员一职,热衷于机器学习算法研究与应用。曾获得阿里云天池比赛第一名,CCF比赛第二名,科大讯飞比赛第三名。拥有多项发明专利。对机器学习和深度学习拥有自己独到的见解。曾经辅导过若干个非计算机专业的学生进入到算法…

R9 7945HX参数 R97945HX核显怎么样 锐龙R97945HX相当于什么水平

R9 7945HX采用Zen 4架构,16核心32线程设计,基础频率2.5GHz,加速频率5.4GHz,二级缓存16MB,三级缓存64MB,默认TDP为55W。核显为Radeon 610M,配备2个CU,共计128个流处理器,基…