Error in audio uploading time.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hi,
I am uploading an audio signal of 3 seconds in matlab, but after uploading it is showing 0.5 seconds audio and the signal is totally change. How can I change the time, so that I can listen full audio of 3 seconds and implement other operation on my 3 seconds audio. Please guide me.
Thanks in advance.

댓글 수: 9
Walter Roberson
2019년 8월 19일
How are you "uploading" the audio signal?
Sumair Hassan
2019년 8월 19일
Walter Roberson
2019년 8월 19일
Please post your code for "uploading" your voice.
Sumair Hassan
2019년 8월 19일
Walter Roberson
2019년 8월 19일
play() is not a function by itself: it is primarily an audioplayer method, but you do not have any audioplayer objects -- not unless there is one in what you load()
If audiofino on the .wav file is showing 48000 then somehow you managed to create the file as if it were 48000 Hz.
Try
sound(y, 8000)
Sumair Hassan
2019년 8월 20일
Walter Roberson
2019년 8월 20일
Please attach norway.wav
You might need to zip it and attach the .zip
Sumair Hassan
2019년 8월 22일
Walter Roberson
2019년 8월 22일
Zip the audio file. Upload the zip file.
I do not know what an imfs is in this context?
Some of what you wrote suggests that you might have 6 elements, not 10. Elements 5, 6, 7, 8, 9, 10 is a total of 6 elements.
답변 (1개)
Walter Roberson
2019년 8월 19일
0 개 추천
You need to tell audiowriter that the sample rate, FS, is 8000.
댓글 수: 1
Sumair Hassan
2019년 8월 19일
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!