chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.5k stars 98 forks source link

Switch to format-specific sample rates #496

Closed chenxiaolong closed 4 months ago

chenxiaolong commented 4 months ago

Previously, the sample rate was a global option with choices that are known to work with every supported format. Most of these choices are not compatible with some upcoming formats, so switch to format-specific sample rates. As part of this change, selecting any valid sample rate supported by Android's encoders is now possible.