• 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
setting Input property for USB headsets
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

setting Input property for USB headsets


  • Subject: setting Input property for USB headsets
  • From: "Neal Sidhwaney" <email@hidden>
  • Date: Wed, 28 Mar 2007 16:05:22 -0700

Hi

 

With two different USB microphones we’ve tried, we’re getting ‘who?’ when setting kAudioDevicePropertyVolumeScalar with the following lines of code:

theStatus = AudioDeviceGetPropertyInfo (

                                                _inputDeviceID, i, true,

                                                kAudioDevicePropertyVolumeScalar,

                                                NULL, &isWritable );

 

          if(theStatus != kAudioHardwareNoError)

          {

                  LOG(TR_ERROR, " SetMicLevel() AudioDeviceGetPropertyInfo error: %4.4s", (char*)&theStatus);

          }

 

My question is, do USB headsets generally not support setting an input level through Core Audio? Is it a hardware deficiency or a driver problem?  Is checking for ‘who?’ in this case the best way to determine if this functionality is present?

 

Thank you,

 

Neal

 

 _______________________________________________
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: setting Input property for USB headsets
      • From: Jeff Moore <email@hidden>
  • Prev by Date: ExtAudioFileRead giving sawtooth-like data back
  • Next by Date: Re: setting Input property for USB headsets
  • Previous by thread: ExtAudioFileRead giving sawtooth-like data back
  • Next by thread: Re: setting Input property for USB headsets
  • Index(es):
    • Date
    • Thread