• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • Afaik there are two location permission levels in android, one that only allows GPS which is often really slow and inaccurare and one that uses cell and wifi as well which is quick and accurate. Maybe OsmAND is not allowes to use the accurate location on your phone?

    I’m on lineage microG and I’ve got the opposite experience! Some apps really struggle with getting my location while OsmAND always works like a charm. I also use organic maps for quick routing, because the map rendering is MUCH faster and it consumes less battery power.

















  • Edit: I agree with other commenters, that it’s a bad idea to convert from one lossy codec to another one! If you want to do it anyway (and your files are at least encoded with high bitrates >192k), I’d recommend this:

    The best lossy audio codec by far is opus (best perceived quality vs. small file size), which also has the benefit that it’s free and has got a great open source reference implementation that is also integrated in ffmpeg. So the conversion can be done with ffmpeg. I would personally use fd-find for multithreaded batch processing (using the -x option).