• 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
got MatrixMixerTest working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

got MatrixMixerTest working


  • Subject: got MatrixMixerTest working
  • From: Robert Grant <email@hidden>
  • Date: Thu, 30 Oct 2003 14:50:38 -0500

Well I got some noise out of the MatrixMixerTest after finding that files are rejected when they don't pass this test (which is probably most AIFF or WAV files on your machine):

if (d.bufs[i].asbd.mBitsPerChannel != 32
|| !(d.bufs[i].asbd.mFormatFlags & kAudioFormatFlagIsFloat))
{
continue;
}

Exporting with the 32 bit float codec in QuickTime Pro got a usable file and the program worked as expected.

Apple: some kind of a squawk when a file is rejected would have been nice ;-)

Robert.
_______________________________________________
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.

  • Follow-Ups:
    • Re: got MatrixMixerTest working
      • From: James McCartney <email@hidden>
    • Re: got MatrixMixerTest working
      • From: Patrick Gostovic <email@hidden>
  • Prev by Date: Re: kMusicDeviceProperty_InstrumentCount
  • Next by Date: Re: kMusicDeviceProperty_InstrumentCount
  • Previous by thread: Re: kMusicDeviceProperty_InstrumentCount
  • Next by thread: Re: got MatrixMixerTest working
  • Index(es):
    • Date
    • Thread