i use AudioRecordApp to record audio the problem is ,when try to record new audio file with same old name ,recorder refuse to save it with message (file already exist) ,even when delete file used in Record method
i think that recorder save the audio file in two places (in its own path ,in lib record method path) ,so i need to get file path (recorder own path) to delete it ,any ideas how to do that
i think that recorder save the audio file in two places (in its own path ,in lib record method path) ,so i need to get file path (recorder own path) to delete it ,any ideas how to do that