Record something to the specified file by
[[ AVAudioRecorder alloc] initWithURL:_fileURL settings:settings error:&_error];
Need to play the recorded file immediately once stop the recorder and save file successfully.
Question is how to when is okay to read the file and playback it. Which delegate api could be used ?