media/libraries/common/src
ivanbuper 66e8b53b43 Make SpeedChangingAudioProcessor direct subclass of AudioProcessor
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
2024-11-20 04:27:27 -08:00
..
main Make SpeedChangingAudioProcessor direct subclass of AudioProcessor 2024-11-20 04:27:27 -08:00
test Make SpeedChangingAudioProcessor direct subclass of AudioProcessor 2024-11-20 04:27:27 -08:00