novocaine icon indicating copy to clipboard operation
novocaine copied to clipboard

Fixed Crash when launching from background while audio playing; Ability to manage Sample Rate

Open soulfly opened this issue 11 years ago • 3 comments

My fork contains 2 changes:

  1. Fixed issue https://github.com/alexbw/novocaine/issues/15#issuecomment-14393246
  2. Now you can manage these variables:

define sampleRateT 8000.0

define IOBufferDuration 0.0232*2

look at this file https://github.com/soulfly/novocaine/blob/master/Novocaine/Novocaine.m I think custom sample rate in your origin repo isn't working, i tried to set something other that 44100, but always 44100 i saw in log. So, please review this issue and add to origin repo if you accept it.

Thanks

soulfly avatar Mar 05 '13 11:03 soulfly

@ndonald2 Is this redundant with the pull request you merged?

alexbw avatar May 23 '13 17:05 alexbw

Not redundant - there are some useful changes in here (methods to route to speaker) but also a few things that I don't think should be merged in (voiceprocessing subtype by default - should maybe be an option, but not default)

I don't know enough about the crash fix to verify it or not.

ndonald2 avatar May 23 '13 17:05 ndonald2

Is this something that we still should merge in?

alexbw avatar Nov 15 '13 04:11 alexbw