How do I load a save audio file
조회 수: 1 (최근 30일)
이전 댓글 표시
I made an audio file and saved it as My speech how do retrieve that file
댓글 수: 0
답변 (1개)
Star Strider
2017년 3월 31일
[y,Fs] = audioread('My speech.wav');
I am guessing you saved it as a ‘.wav’ file. Use the correct extension to read it.
댓글 수: 1
DOORYODHUN AHKU
2021년 4월 2일
Hi . thnak you for the answer. i did it and save on both desktop and c drive ( which one is better ) but how I dont know of to put it on worskspace?
Thank you
Dan
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulation, Tuning, and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!