Search found 7 matches

by lemallard
Wed Oct 03, 2012 8:19 pm
Forum: Discussion
Topic: Converting AIFF to text
Replies: 12
Views: 29913

Thank you again! When I work on this, I will get back to you about how I did it. This is clearly a good route to take.
by lemallard
Wed Oct 03, 2012 10:54 am
Forum: Discussion
Topic: Converting AIFF to text
Replies: 12
Views: 29913

Thank you, rockbottom! That does sound much, much simpler. I do not use Python, but I am more than happy to learn to do so, if it simplifies this problem for me!
by lemallard
Fri Sep 21, 2012 11:01 am
Forum: Discussion
Topic: Converting AIFF to text
Replies: 12
Views: 29913

Thanks for the effort, Chuck. I am assuming that I will be able to read this directly, even though it is not a text file. The question now is the format of the file.
by lemallard
Thu Sep 20, 2012 5:56 pm
Forum: Discussion
Topic: Converting AIFF to text
Replies: 12
Views: 29913

Thanks. I know that this is obscure, but it is necessary. :)
by lemallard
Thu Sep 20, 2012 4:07 am
Forum: Discussion
Topic: Converting AIFF to text
Replies: 12
Views: 29913

Yes, I read it as a raw file. Looking at your C-code would be a good start. :)
by lemallard
Wed Sep 19, 2012 5:34 pm
Forum: Discussion
Topic: Converting AIFF to text
Replies: 12
Views: 29913

That is exactly what I am looking to do. However, as I read the file in its native format, the symbols are ineligible. So, I will also need to know what the symbol list is--unless what I am reading is native to Amadeus.
by lemallard
Wed Sep 19, 2012 3:38 pm
Forum: Discussion
Topic: Converting AIFF to text
Replies: 12
Views: 29913

Converting AIFF to text

I am looking to do time-based analysis of the AIFF files that I am creating. (In contrast to frequency-based.) This requires that I convert the AIFF file into something that I can analyze directly, such as a txt file. I can read the AIFF file in a text editor, but I need to convert the data. Does an...