Questions tagged [novocaine]

An analgesic for high-performance audio on the iPhone, iPad and Mac OS X.

http://alexbw.github.com/novocaine/

An analgesic for high-performance audio on the iPhone, iPad and Mac OS X.

21 questions
1
vote
1 answer

Novocaine : Saved audio file does not work

I output an m4a file from Novocaine's sample project. But I cannot open the file in iTunes. The file might be corrupted. NSArray *pathComponents = [NSArray arrayWithObjects: …
zono
  • 8,366
  • 21
  • 75
  • 113
1
vote
0 answers

Is it possible to use Novocaine for audio streaming

Currently i'm using Novocaine in several apps for different reasons. Thanks to Alex for the great framework! Thanks to Nick D. for the making it arc also! I can get samples using the basic play thru example like this: [self.audioManager…
1
vote
1 answer

Multiple audio and setting volume on Novocaine in iOS

How do I play multiple audio and change its volume using Novocaine? thanks!
Badjano
  • 418
  • 7
  • 23
0
votes
1 answer

IOS, AVAudioSession and Novocaine: how to set the sample rate dynamically?

For pitch detection, I use the Novocaine framework in order to process my data captured by the microphone. Initially - I overwrote the original Novocaine class in order to set my own (reduced) sample rate: _inputFormat.mSampleRate =…
Ulrich Vormbrock
  • 369
  • 2
  • 13
0
votes
1 answer

Active noise cancellation with Novocaine

For active noise cancellation purposes, how would I generate an antiphase signal using Novocaine? That is to say, within a NovocaineOutputBlock, how to generate an output that is 180 degrees out of phase with the input? Here's my code so far: __weak…
Marco
  • 6,692
  • 2
  • 27
  • 38
0
votes
1 answer

Is it possible to disable Novocaine on iOS once the manager is started?

I am using Novocaine for an iOS app. Novocaine uses a singleton instance to handle audio IO ([Novocaine audioManager]), but it seems to be impossible to release this instance method or to disable the audio manager once it gets started for the first…
marzapower
  • 5,531
  • 7
  • 38
  • 76
1
2