• 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
Stuttering in audio with VPIO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Stuttering in audio with VPIO


  • Subject: Stuttering in audio with VPIO
  • From: Pier <email@hidden>
  • Date: Tue, 15 Jan 2013 01:44:05 +0800

Hi, 

I'm recording several audio tracks with the VPIO input. 
I've been experimenting and realised that the sound is significantly better when I set the kAUVoiceIOProperty_VoiceProcessingQuality above 63. On the iPhone4 it also resolves my issue of the volume not being loud enough. However, when I set the quality above 63, I hear stutters in my playback. I'm running using AUGraph : 

Source : VPIO in 
MultiChannelMixer (4 inputs) -> VPIO out

    // Quality
    UInt32 flagnvaw = 65; // 63 is the best it will go without stutter
    status = AudioUnitSetProperty(_remoteIOUnit,
                                  kAUVoiceIOProperty_VoiceProcessingQuality,
                                  kAudioUnitScope_Output,
                                  0,
                                  &flagnvaw,
                                  sizeof(flagnvaw));


With one track it's ok, however when I record the 2nd track it stutters and the playback is distorted. 

Anyone here has experience with this? How did you resolve the issue? 

Thank you. 

Pier.



 _______________________________________________
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

  • Follow-Ups:
    • Re: Stuttering in audio with VPIO
      • From: Lucas Ives <email@hidden>
  • Prev by Date: RE: Automation in audio unit not working
  • Next by Date: Core Audio maximum clock error
  • Previous by thread: RE: Automation in audio unit not working
  • Next by thread: Re: Stuttering in audio with VPIO
  • Index(es):
    • Date
    • Thread