numbersprotocol / starling-capture

A photo-sharing app with only verifiable photos and videos for professionals.
https://numbersprotocol.io/
GNU General Public License v3.0
17 stars 4 forks source link

Improve audio quality #194

Closed makew0rld closed 1 year ago

makew0rld commented 1 year ago

This PR fixes audio issues by using AAC instead of AMR. The sample rate and bit rate are the highest safe values that I'm aware of, and should be more than enough in terms of quality.

I've also changed the server target URL to point to our staging server. Once a proper production build is being made regularly in the future, that one should have a different URL: https://api.integrity.prod.starlinglab.org.

bafu commented 1 year ago

Thanks for the PR! The PR looks good to me, and I will accept it directly.

I change the merge target from master to develop because the project adopts GitFlow.