pointfreeco / isowords

Open source game built in SwiftUI and the Composable Architecture.
https://www.isowords.xyz
Other
2.7k stars 222 forks source link

Reduce audio bitrate for app clip. #135

Closed mbrandonw closed 3 years ago

mbrandonw commented 3 years ago

This should get us under the 10mb app clip limit.

Right now the app sound bundle "inherits" from the app clip sound bundle, so that means the full game will get these reduced bitrate sounds. Probably better would be to maintain two fully separate sound bundles so that the app clip can ship with low quality sounds and the full app can ship with high quality sounds.

mbrandonw commented 3 years ago

Did you figure out what this gets us down to?

It shaves a little over 1mb off the sounds, which are compressed mp3s, so that should translate to removing the same amount from the app clip binary.