Skip to content

Instantly share code, notes, and snippets.

@pmatsinopoulos
Created June 18, 2021 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmatsinopoulos/2efc2ff90eca092088658bd80aab7ba0 to your computer and use it in GitHub Desktop.
Save pmatsinopoulos/2efc2ff90eca092088658bd80aab7ba0 to your computer and use it in GitHub Desktop.
typedef struct AudioConverterSettings {
AudioStreamBasicDescription outputFormat;
AudioStreamBasicDescription inputFormat;
ExtAudioFileRef inputFile;
AudioFileID outputFile;
UInt32 outputBufferSizeInPackets;
} AudioConverterSettings;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment