EHfive / pulseaudio-modules-bt

[Deprecated, see https://github.com/EHfive/pulseaudio-modules-bt/issues/154] Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux
GNU General Public License v3.0
1.75k stars 87 forks source link

Support for changing AAC frequency cutoff #149

Open linusyukwong opened 3 years ago

linusyukwong commented 3 years ago

FDK-AAC clips frequency above 17kHz by default, but it can be increased to 20kHz by using -w, --bandwidth 20000 It would be great if this option is exposed.

Reference: http://wiki.hydrogenaud.io/index.php?title=Fraunhofer_FDK_AAC#Bandwidth

EHfive commented 3 years ago

This project has been deprecated. #154

I would try adding support for this on PipeWire if this feature is achievable on A2DP.