bartolsthoorn / NVDSP

iOS/OSX DSP for audio (with Novocaine)
MIT License
413 stars 80 forks source link

Can we save audio file after applying filters? #25

Closed naresh-wal closed 9 years ago

naresh-wal commented 9 years ago

I want to save audio file after applying filters. is this possible?

bartolsthoorn commented 9 years ago

Yes, definitely! Novocaine has a great example on how to do that, and since NVDSP works seamlessly with Novocaine, it should be easy to implement it. See ViewController.mm#L196-L218. Please let me know if that works.