Equalizer314
System-wide EQ with multiband compression, limiter, and audio-visual feedback.
新版本 0.0.16-beta
- Pixel Compatibility Mode (experimental): caps DP bands at 32 to fix the EQ not applying on devices whose audio HAL only renders 32 bands (Google Pixels mainly). Defaults on for Pixel devices and power-cycles the DP when toggled.
- MBC Volume Tether (experimental, issue #63): MBC thresholds follow media volume so compression behaves the same at any volume level.
- MBC now supports up to 8 bands, with the same add/remove flow as the filter bands (issue #62).
- Device profile switching overhaul (
- MBC Volume Tether (experimental, issue #63): MBC thresholds follow media volume so compression behaves the same at any volume level.
- MBC now supports up to 8 bands, with the same add/remove flow as the filter bands (issue #62).
- Device profile switching overhaul (
To start off there is really no "free" and/or "open source" alternative to Wavelet and Poweramp EQ that pairs the full DynamicsProcessing API with real audio-visual feedback, and I felt like after using both of those apps among other various EQ apps that there were huge shortcomings in terms of the features & accessibilities they offered. When I started developing this app I wanted to have both a powerful parametric eq function with minimal permissions; this is why I choose to use both the DynamicsProcessing & Visualizer APIs as the framework for this app as you only need minimal permissions for both of them to work in tandem. There are shortcomings from both these APIs, but I'll discuss more of that later.
This app is built off of DynamicsProcessing API; this is the same API that Poweramp EQ & Wavelet both use but I felt in some aspects they weren't really being able really squeeze out the max potential that this API can offer.
As someone who comes from the audio production & IEM world I have a lot of experience understanding what both sides of those worlds want and wanted to be able to take advantage of both to create something that met my creative endeavors.
Using the Visualizer API I wanted to give users a way they can reliably cross reference visual data with audio data; this is both useful for the main EQ portion as you can visually reference audio changes you make, but this comes more into play with the Limiting & Multiband Compression sides of the app. While these features are for use in the DynamicsProcessing API; and many apps like Poweramp EQ & Wavelet (who premium locks these features); they just add knobs/sliders in and expect the user to understand exactly how these features work and without real audio-visual feedback, users aren't really able to take advantage of these features in their full potential. This is the reason why many DAWs and VST Plugins use audio-visual feedback with these functions specifically.
Using Visualizer API with these DynamicsProcessing features; you're really able to get an intimate audio-visual feedback loop that gives you complete control over your audio framework.
This app is free and open source software (FOSS) licensed under the GPL-3.0 License.
This app is built off of DynamicsProcessing API; this is the same API that Poweramp EQ & Wavelet both use but I felt in some aspects they weren't really being able really squeeze out the max potential that this API can offer.
As someone who comes from the audio production & IEM world I have a lot of experience understanding what both sides of those worlds want and wanted to be able to take advantage of both to create something that met my creative endeavors.
Using the Visualizer API I wanted to give users a way they can reliably cross reference visual data with audio data; this is both useful for the main EQ portion as you can visually reference audio changes you make, but this comes more into play with the Limiting & Multiband Compression sides of the app. While these features are for use in the DynamicsProcessing API; and many apps like Poweramp EQ & Wavelet (who premium locks these features); they just add knobs/sliders in and expect the user to understand exactly how these features work and without real audio-visual feedback, users aren't really able to take advantage of these features in their full potential. This is the reason why many DAWs and VST Plugins use audio-visual feedback with these functions specifically.
Using Visualizer API with these DynamicsProcessing features; you're really able to get an intimate audio-visual feedback loop that gives you complete control over your audio framework.
This app is free and open source software (FOSS) licensed under the GPL-3.0 License.
- 作者: bearinmind
- 许可: GNU General Public License v3.0 only
- 问题跟踪系统
- 源代码
- 构建元数据
- 可重复性状态
版本
尽管下面提供了 APK 安装包的下载选项,但你应该注意,以这种方式安装将不会收到更新通知,这是一种不太安全的下载方式。 我们建议你安装使用 F-Droid 客户端。
下载 F-Droid-
该版本需要 Android 7.0 及以上版本。
此包由原始开发者构建并签名,并保证对应于此源代码 tarball。
-
该版本需要 Android 7.0 及以上版本。
此包由原始开发者构建并签名,并保证对应于此源代码 tarball。
-
该版本需要 Android 7.0 及以上版本。
此包由原始开发者构建并签名,并保证对应于此源代码 tarball。
新版本 0.0.15-beta
- Remote EQ Mode (experimental, issues #35 / #55): control the app from another device on your network. Set the audio device to "TV" (a PIN appears), your phone to "Remote", pair once, and the phone's full EQ UI drives the other device live — bands, preamp, power, presets, even screen navigation. The controlled device shows a "Remote Controlled" lock overlay and its notification reads Remote / Remote Controlled while a link role is active.
- Pre/Post EQ Interleave (experimental, issue #26 follow
- Pre/Post EQ Interleave (experimental, issue #26 follow








