mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

After this change, if the sample rate supported by the encoder differs from the requested sample rate and enableFallback is true, the AudioSampleExporter will convert audio to a sample rate supported by the encoder. This fixes a bug where the audio track is distorted when an unsupported sample rate is requested. PiperOrigin-RevId: 712822358
Test data module
Provides sample data for media unit and instrumentation tests.