Is there a public song editing class for C#, I just want to be able to change the bass of a song quickly. Any information will be helpful.
Asked
Active
Viewed 1,490 times
1
-
1Some sort of equalizer library? – jball Oct 13 '11 at 21:11
-
@RitchMelton to be fair, for many years I didn't know that "bass" was pronounced like "base" when it's referring to the music definition and I thought that "bass" and "base" were 2 separate music terms. – Davy8 Oct 13 '11 at 21:18
1 Answers
2
"Changing the bass" (reducing, removing, or increasing it) can be accomplished with a high-pass filter, amplitude change + low pass filter, or equalizer/"graphic equalizer".
They're all forms of the same basic concept. See the Wikipedia article on audio Equalization
And see this question for a list of MP3 audio manipulation libs in C#:

Community
- 1
- 1

Merlyn Morgan-Graham
- 58,163
- 16
- 128
- 183