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

Why does Audio::GetVolumeFromTo( int fromFreq, int toFreq ) return 0.0? #84

Open
wyhinton opened this issue May 3, 2022 · 0 comments
Open

Comments

@wyhinton
Copy link

wyhinton commented May 3, 2022

I'm not very experienced in C lanaguages, but to me it look like Audio::GetVolumeFromTo( int fromFreq, int toFreq ) always returns 0.0?

float Audio::GetVolumeFromTo( int fromFreq, int toFreq )
{
	return 0.0f;
}

float Audio::GetVolumeFromTo( int fromFreq, int toFreq )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant