Sound Channel Purity - Windows 10 Settings

1 visualizzazione (ultimi 30 giorni)
Peter Loksa
Peter Loksa il 3 Ott 2019
Hello,
my problem is that when using following script:
fs = 48000;
sig_freq = 1000;
t = 0:(1/fs):5;
sig = sin(sig_freq*2*pi*t);
ears_active = [0;1];
binaural = ears_active*sig;
sound(binaural, fs);
I can hear a sound little bit from the left channel of my earphones. (Despite that the script is programmed to play a single (right) channel tone).
To fix this I probably need to set something in the Windows Sound settings correctly.
But every sound setting which I could reach I set to 'None', except 'Windows Default', and the problem still persists.
I also tried MaxxAudio wizard, but it is set to the 'OFF' option.
Thanks in advance
PL.

Risposte (0)

Categorie

Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange

Prodotti


Release

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by