Skip to content

Commit 68bfd75

Browse files
committed
bitrate
1 parent 653bca6 commit 68bfd75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/platforms/android/size-analysis/insights.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ cwebp -lossless input.jpg -o output.webp
100100
ffmpeg -i input.wav -c:a aac -b:a 128k output.m4a
101101
```
102102

103-
Tweak the bitrate to balance quality and size.
104-
105-
TODO: be clearer about this bitrate line
103+
You can tweak the bitrate (`b:a`) to balance quality vs. size. Higher bitrates (192k-256k) will be higher quality, but larger size. Lower bitrates (96k-128k) will be lower quality, but smaller size. If your audio file is voice-only, you can use a lower bitrate with little degredation in quality. Music files may benefit from a higher bitrate.
106104

107105
### Hermes Debug Info (RN Only)
108106

0 commit comments

Comments
 (0)