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

This non-functional refactor inlines and simplifies the logic of `BaseAudioProcessor` used by `SpeedChangingAudioProcessor`, and makes the latter implement `AudioProcessor` directly. `SpeedChangingAudioProcessor` acts as a wrapper over `SonicAudioProcessor` and does not actually modify any samples, so it had very little use for the affordances provided by `BaseAudioProcessor`. PiperOrigin-RevId: 698342962