Error in audiowrite command
Afficher commentaires plus anciens
I am working on audio processing. I have a audio vector and I want to save it as a audio file. I tried this code, but it has the coming error:
audiowrite('Output.wav',o,fs)
_ Error using audiowrite>validateFilename (line 323) Cannot create file Output.wav. Permission Denied.
Error in audiowrite (line 105) [props.filename, fileExisted] = validateFilename( props.filename );_
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Get Started with Audio Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!