How do i generate a sound directed to one headphone?

조회 수: 4 (최근 30일)
Gabriele Testa
Gabriele Testa 2019년 12월 4일
답변: Nicolas B. 2019년 12월 4일
Hi all, I need some help in order to generate a sound directed only to one headphone. I've already generated the sound wich i believe is in stereo:
amp=1 ;
Fs=10000 ;
t=0:1/Fs:2;
A=amp*sin(2*pi*440*t);
but i'm stuck here.
Thanx to all.

답변 (1개)

Nicolas B.
Nicolas B. 2019년 12월 4일
try soundsc to do so.

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by