• 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
Audio Unit to capture sound from mic, add reverb , then send to speaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Audio Unit to capture sound from mic, add reverb , then send to speaker


  • Subject: Audio Unit to capture sound from mic, add reverb , then send to speaker
  • From: Vincent Chen <email@hidden>
  • Date: Wed, 06 Mar 2013 21:50:38 +0800

Dears,

Sorry to bother again.

I used the audio graph processing method to play the mic-in and add effect to the sound to the speaker.
When I use the AUGraph_1 : RIO_input->Converter->
AUiPodE->RIO_output, it works fine and I can hear the sound play back.

But when I use the  AUGraph_2 : RIO_input->Converter->
AUReverb2->RIO_output, try to add some reverb, the thing goes wrong,and no sound at all.

here is the log printed by using CAShow: 

AUGraph_1>>>

node 1: 'auou' 'rioc' 'appl', instance 0x816f920 O I

node 2: 'aufc' 'conv' 'appl', instance 0x81713e0 O I

node 3: 'aufx' 'ipeq' 'appl', instance 0x8171740 O I

  Connections:

node   1 bus   1 => node   2 bus   0  [ 2 ch,      0 Hz, 'lpcm' (0x0000000C) 16-bit little-endian signed integer]

node   2 bus   0 => node   3 bus   0  [ 2 ch,  44100 Hz, 'lpcm' (0x00000C2C) 8.24-bit little-endian signed integer, deinterleaved]

node   3 bus   0 => node   1 bus   0  [ 2 ch,  44100 Hz, 'lpcm' (0x00000C2C) 8.24-bit little-endian signed integer, deinterleaved]


AUGraph_2>>>>

node 1: 'auou' 'rioc' 'appl', instance 0x8151420 O  

node 2: 'aufc' 'conv' 'appl', instance 0x7539df0 O  

node 3: 'aufx' 'rvb2' 'appl', instance 0x7539210 O  

  Connections:

node   1 bus   1 => node   2 bus   0  [ 2 ch,      0 Hz, 'lpcm' (0x0000000C) 16-bit little-endian signed integer]

node   2 bus   0 => node   3 bus   0  [ 2 ch,  44100 Hz, 'lpcm' (0x00000029) 32-bit little-endian float, deinterleaved]

node   3 bus   0 => node   1 bus   0  [ 2 ch,      0 Hz, 'lpcm' (0x0000000C) 16-bit little-endian signed integer]

Is there something wrong?

Please help me with this, any clue will be great appreciated.

Best

Vincent

 _______________________________________________
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: Re: Where should CAStreamBasicDescription be instantiated?
  • Next by Date: MidiReadProc to Text Field
  • Previous by thread: audio interfaces and sleep mode
  • Next by thread: MidiReadProc to Text Field
  • Index(es):
    • Date
    • Thread