• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Simple 3 band equalizer generate audio glitch
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple 3 band equalizer generate audio glitch


  • Subject: Re: Simple 3 band equalizer generate audio glitch
  • From: Alessandro Calzavara <email@hidden>
  • Date: Thu, 21 Feb 2013 10:08:30 +0100

Today I fixed my problem by not using nodes to process audio but using render callback and math.

First I add 2 converter nodes to convert samples from SInt16 to Float32 (and back). The render callback was set between these 2 nodes and it apply equalization on samples.

To do the math, I used some code from NVDSP project
https://github.com/bartolsthoorn/NVDSP

I didn't need Novocaine library, just some filters implemented in NVDSP (in my case, 3 NVPeakingEQFilters).


--
Alessandro Calzavara
http://about.me/alessandro.calzavara


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: record AV while audio plays - sync
  • Next by Date: AudioUnit - Xcode 4.6 Debugging Cocoa View help
  • Previous by thread: Re: Simple 3 band equalizer generate audio glitch
  • Next by thread: ExtAudioFile 3+ Channels Fails?
  • Index(es):
    • Date
    • Thread