-
Notifications
You must be signed in to change notification settings - Fork 80
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
can i use directly with lib FreeStreamer
to process audio
#41
Comments
Hi, I also saw your email, but since others might have the same question, I will answer here. Comparing FreeStreamer to Novocaine, I see that both use "kAudioFormatLinearPCM", so in FreeStreamer it seems you should use FSPCMAudioStreamDelegate. It sounds like you are doing that already though. If you can access the raw samples as floats, it should work. Is there a specific error message you are getting? |
What i try is:
if i try above code without any lib modification, it's doing nothing. modification -> https://github.com/canopas/FreeStreamer/tree/satish/eq
|
without lib modification i get error like:
or
|
Thank you for sharing the details. I have never used Swift, so that part is difficult for me to follow, but I assume you are sure that the NVPeakingEQFilter is allocated properly and not freed in between buffers / in between hp.filterData calls. It seems the FreeStreamer samples are in int16_t, did you check that? I found this example: https://github.com/muhku/FreeStreamer/blob/master/Additions/FSFrequencyDomainAnalyzer.m#L207 Here, similar vDSP calls are used as within NVDSP, so you could use it as a starting point instead, did you take a look at this code? |
Yes, this example is for analysing purpose and not for processing purpose |
@satishVekariya Do you apply gain to FreeStreamer? |
… On Mon 5 Oct, 2020, 9:14 AM iatnam-ios, ***@***.***> wrote:
@satishVekariya <https://github.com/satishVekariya> Do you apply gain to
FreeStreamer?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AECN6VHUUSNJWUCEZBAI6N3SJE6KDANCNFSM4KXDH6CA>
.
|
https://github.com/muhku/FreeStreamer
Actually i'm trying apply gain to particular frequency
The text was updated successfully, but these errors were encountered: