Error in audiowrite command
显示 更早的评论
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 );_
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Get Started with Audio Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!