Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eye hard-coded to 4-speaker setup #33

Open
cwbishop opened this issue Oct 10, 2014 · 0 comments
Open

eye hard-coded to 4-speaker setup #33

cwbishop opened this issue Oct 10, 2014 · 0 comments
Labels

Comments

@cwbishop
Copy link
Owner

Need to make this more flexible, but need to be on miller PC to test or Wu's PC to test.

In SIN_TestSetup, see line
opts.player.noise_mixer = fillPlaybackMixer(opts.player.playback.device, db2amp(-8 - db_correction_4speakers).*eye(4,4), 0); % Reduce noise output by -8 dB to create +8 dB SNR.

eye(4,4) is hard-coded to work with 4 data channels (from wav files) mapped to 4 output channels (sound card output channels).

Needs to be more flexible

@cwbishop cwbishop added the bug label Oct 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant