• 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
AudioFile problems with DVI ADPCM files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AudioFile problems with DVI ADPCM files


  • Subject: AudioFile problems with DVI ADPCM files
  • From: "Isaac Wankerl" <email@hidden>
  • Date: Wed, 7 Jun 2006 12:11:21 -0500

Is it possible to convert DVI ADPCM wav files to kAudioFormatLinearPCM
using AudioFile and AudioConverter?  Whenever I try to get the data
format of the input file like so:

	CAStreamBasicDescription inputFormat;
	UInt32 size = sizeof(inputFormat);
	err = AudioFileGetProperty(infile, kAudioFilePropertyDataFormat,
		&size, &inputFormat);
	XThrowIfError (err, "AudioFileGetProperty kAudioFilePropertyDataFormat");

noErr is returned but inputFormat is not filled in at all.  Is this a
bug or am I (and the CoreAudio ConvertFile example) missing something
else in the setup?

Thanks,
Isaac
_______________________________________________
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: AudioFile problems with DVI ADPCM files
      • From: William Stewart <email@hidden>
  • Prev by Date: Audio/Video synchronization
  • Next by Date: Re: API selection
  • Previous by thread: Re: Audio/Video synchronization
  • Next by thread: Re: AudioFile problems with DVI ADPCM files
  • Index(es):
    • Date
    • Thread