Jump to content

Importing Files

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
jspeakers

jspeakers

    Newbie

  • Members
  • Pip
  • 2 posts
Hi there, I want to import a file that I don't know the data structure of, is there a way I can find the data structure of the file.

Cheers Jspeakers.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
That depends on whether you have access to what the data in the file represents or the program that created it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
jspeakers

jspeakers

    Newbie

  • Members
  • Pip
  • 2 posts
Hi WingedPanther,

I have recorded the impulse of a cathedral using Pro Tools, these wave files were then deconvolved using Voxengo deconvolver its these files I wish to extract the audio data to use in my final project for Uni.

Cheers jspeaker.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I would see if there is any documentation on the file format Voxengo produces. If there is, you're in good shape, otherwise, you have an unpleasant task before you... trying to reverse engineer the file format.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog