I'm just wondering why is forward url necessary? The audio file that you want to reverse is already forward.
Is it to convert it into LPCM so it can be transformed backwards?
I'm wondering because in my use case I'm currently using AVAudioRecorder to record audio with the mic on an iPhone and then reverse the audio. I'm guessing if I record the audio with LPCM format it's not necessary to write a "forward" file?
Just wondering if I can optimize the code a bit for my use case...
I'm just wondering why is forward url necessary? The audio file that you want to reverse is already forward.
Is it to convert it into LPCM so it can be transformed backwards?
I'm wondering because in my use case I'm currently using AVAudioRecorder to record audio with the mic on an iPhone and then reverse the audio. I'm guessing if I record the audio with LPCM format it's not necessary to write a "forward" file?
Just wondering if I can optimize the code a bit for my use case...