Wonder if anyone can shed light on this for me?
I’m looking to use the MBS AV Foundation plugin to export audio files, but I want to alter the tempo and the pitch independently on the exported file. So the export could be 60% speed and +1 semi-tone pitch etc.
Looking at the AVAssetExportSessionMBS class it has a property audioTimePitchAlgorithm, which allows you to set the audio pitch algorithm used when handling scaled time edits. Looking at the Apple documentation it appears that a setting of AVAudioTimePitchAlgorithmSpectral allows for high quality, independent time and pitch, however I have no idea how to use it.
I’ve read through the MBS documentation and also the Apple AV Foundation stuff and can’t work it out. To be honest I can’t even work out where to start!
Is it me being dumb or am I barking up the wrong tree here?