• 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
Using converter API for a multiple streams driver
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using converter API for a multiple streams driver


  • Subject: Using converter API for a multiple streams driver
  • From: Stéphane Letz <email@hidden>
  • Date: Tue, 18 Jan 2005 12:23:43 +0100

Hi,

I need to write code to convert data from a multiple streams driver (like the MOTU 828mk2) to a set of non-interleaved mono channels, and I want to use the converter API (AudioConverterNew and AudioConverterFillComplexBuffer....) For various reasons I cannot use the AUHAL component.

I'm a bit confused: do I need to allocate and use a converter for *each* stream in the driver ? That is for the MOTU 828mk2 example:

Stream 1 Main OUT (2 channels) ==> Converter  ==> 2 mono channels
Stream2 Analog (8 channels) ==> Converter ==> 8 mono channels
Stream3 SP-DIF (2 channels) ==> Converter ==> 2 mono channels
Stream4 Phones (2 channels) ==> Converter ==> 2 mono channels
Stream4 ADAT (8 channels) ==> Converter ==> 8 mono channels

or is it possible to use a unique converter to convert all streams at the same time?

Thanks

Stephane Letz


_______________________________________________ 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: Using converter API for a multiple streams driver
      • From: Doug Wyatt <email@hidden>
  • Prev by Date: Re: Audio Unit and XCode 1.5
  • Next by Date: Is it dangerous to call AudioDeviceGetProperty() from within a AudioHardwarePropertyListenerProc?
  • Previous by thread: Re: Audio Unit and XCode 1.5
  • Next by thread: Re: Using converter API for a multiple streams driver
  • Index(es):
    • Date
    • Thread