-
Notifications
You must be signed in to change notification settings - Fork 2
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
Figure out what staircase max and min should be based on SOX volume manipulation #9
Comments
This is something you and Peter will have to do. It depends on what you decide about how exactly you want to manipulate your sounds. |
Hey Katie, I talked to Peter, and we're gonna go with the volume manipulation rather than gain. I think that's what you already had it set up to do, correct? That way we can calculate the SNR using the ratio of the noise and stimulus files. |
Hi there, Yes I do manipulate volume. You may want to look into the limits that sox has. At the moment I assume limits of 0 and 1 (min and max). So the noise is set to 1 and the stimulus is set to a value between 0 and 1 depending on the what the staircase says. But when I read about sox volume, it says this:
Which means something different than what I've assumed. The staircase is choosing the FACTOR that the volume of the file will be adjusted by. So if you want the volume to go down, you choose a number less than 1 and if you want the volume to go up, you choose a value greater than 1. I'm not sure what the limits are on volume adjustments in this way. You and Peter will have to figure that out and set the parameters of the study accordingly. |
No description provided.
The text was updated successfully, but these errors were encountered: