Re: How to get list of sampling rate of device (was Re: How to get and set AUs sampling rate)
Re: How to get list of sampling rate of device (was Re: How to get and set AUs sampling rate)
- Subject: Re: How to get list of sampling rate of device (was Re: How to get and set AUs sampling rate)
- From: Jeff Moore <email@hidden>
- Date: Thu, 8 May 2003 12:26:48 -0700
The property you want to look at on an audio device is
kAudioDevicePropertyAvailableNominalSampleRates.
On Thursday, May 8, 2003, at 12:12 PM, Bill Stewart wrote:
You need to look at AudioDevice property calls in
CoreAudio/AudioHardware.h - stream formats...
bill
On Wednesday, May 7, 2003, at 03:15 PM, Nobuyasu Jinnai/神内伸恭 wrote:
Dir sir,
Maybe my last asked question was unsuiteable one.
Then I change the subject and ask a new question.
I want to obtain a list of output device's possible sampling rate.
Best regards,
--Jinnai
From: Marc Poirier <email@hidden>
Subject: Re: How to get and set AUs sampling rate
Date: Wed, 7 May 2003 15:33:24 +0200 (CEST)
AudioUnitGetProperty(..., kAudioUnitProperty_StreamFormat, ...)
AudioUnitSetProperty(..., kAudioUnitProperty_StreamFormat, ...)
On Wed, 7 May 2003, Nobuyasu [iso-2022-jp] Jinnai/神内伸恭 wrote:
Dir sir,
I ask a question that how to get and set AUs output sampling rate.
Best regards,
--Jinnai
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
--
mailto:email@hidden
tel: +1 408 974 4056
_______________________________________________________________________
_
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
_______________________________________________________________________
_
__
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
--
Jeff Moore
Core Audio
Apple
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.