Get samples from audioplayer object
조회 수: 3 (최근 30일)
이전 댓글 표시
Is there any way to get the samples that make up an audioplayer object after it's been instantiated?
a = audioplayer(y, fs)
s = get(a, 'AllSamples');
댓글 수: 0
답변 (1개)
Rajanya
2024년 12월 19일
I understand that you are trying to get the audio data from the 'audioplayer' object after it has been instantiated. Here's a link to a similar question which addresses the issue -
Thanks!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!