• 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
trying to playback dv audio via audioconverter + default output
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trying to playback dv audio via audioconverter + default output


  • Subject: trying to playback dv audio via audioconverter + default output
  • From: mike woodworth <email@hidden>
  • Date: Fri, 20 Jul 2007 18:19:50 -0400

Hello,

I'm trying to pass dv audio into an audio converter for playback via default output.  However, I'm finding very little info on this process.  I'm hopign someone can answer a few questions for me.

Current my audio is still muxed (for lack of a better term) with the DV video signal.  Do I need to parse this structure and pass just the audio region of the DIF structure?  Do I need to pull the audio data out of the DIF structure and reassemble into a single block of data?

How should I be setting up my asbd?  Currently I'm trying to pass the whole video frame, with the following values for the asbd:

AudioStreamBasicDescription compressedFormat;
compressedFormat.mSampleRate = 48000;
compressedFormat.mFormatID = 'dvca';  //kAudioFormatDVAudio;
compressedFormat.mFormatFlags = 0;
compressedFormat.mBytesPerPacket = 12000;
compressedFormat.mFramesPerPacket = 1602;
compressedFormat.mBytesPerFrame = 4;
compressedFormat.mChannelsPerFrame = 2;
compressedFormat.mBitsPerChannel = 16;

 thanks for any help you can provide.

mike
--
Mike Woodworth
email@hidden


 _______________________________________________
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: trying to playback dv audio via audioconverter + default output
      • From: Brad Ford <email@hidden>
  • Prev by Date: Re: Conversion to 3gp
  • Next by Date: Re: trying to playback dv audio via audioconverter + default output
  • Previous by thread: Re: PlayAudioFileLite example
  • Next by thread: Re: trying to playback dv audio via audioconverter + default output
  • Index(es):
    • Date
    • Thread