Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • thank you, i will try HE-AAC v2 or libopus but how about if i use default ffmpeg codecs ?!
    – peiman F.
    Commented Apr 7, 2019 at 10:54
  • Please read my answer again: you should not use AAC, but Opus. There's no proper Opus support for lower bitrates built into ffmpeg. Same for other speech codecs like AMR-NB. You need to compile ffmpeg with these options. It's possible to do that for Android. See: github.com/tanersener/mobile-ffmpeg
    – slhck
    Commented Apr 7, 2019 at 10:58
  • 1
    thank you,but is the output of this coded is .opus and it need a specific player to play sounds؟
    – peiman F.
    Commented Apr 7, 2019 at 11:20
  • It needs a player that can decode Opus, yes.
    – slhck
    Commented Apr 7, 2019 at 12:16