So I'm trying to write a program that filters certain frequencies from audio in real time. I found out about band filters and I was wondering if I can use this to get a certain range of 60-250hz or if I need to do something else to get this range.
Asked
Active
Viewed 41 times
0
-
Have you looked at [this question about filtering audio with Python](https://stackoverflow.com/questions/24920346/filtering-a-wav-file-using-python) already? – ladygremlin Jul 03 '19 at 03:36
-
No I din't find this in my google search. Thanks for the help – Carter Jul 03 '19 at 04:10
-
No problem! Want me to add that as an answer for this? – ladygremlin Jul 03 '19 at 04:12
-
Yeah I can I'm not sure how to do that off a comment though – Carter Jul 03 '19 at 16:33
-
Ahhh fair. I've never worked with this library so I figured I'd chime in with resources, but I can't help much beyond that. – ladygremlin Jul 03 '19 at 16:34