Error in audiowrite command
Show older comments
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 );_
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Audio Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!