필터 지우기
필터 지우기

Need your HELP =(

조회 수: 1 (최근 30일)
chewkaisheng
chewkaisheng 2012년 6월 8일
How can I play two sound together( x and y), if I'm started with this code:
[fname1,pathname]=uigetfile('.wav','choose a file'); [y,fs]=wavread(fname1);
[fname2,pathname]=uigetfile('.wav','choose a file'); [x,fs]=wavread(fname2);
How can I play x and y simultaneously ??
Thanks in advanced!!

답변 (1개)

Thomas
Thomas 2012년 6월 8일
I do not think there is a way currently in Matlab to play two wav files simultaneously. It can be done by an external mixer and then saved as a single wav file that matlab can play.. (even then synchronization of the two sounds might be an issue..)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by