Search found 8 matches
- Fri Oct 26, 2012 12:37 am
- Forum: General Audio Programming
- Topic: Importing non audio files as raw data
- Replies: 17
- Views: 21482
Re: Importing non audio files as raw data
You're a saint, Steve. I'd buy you a beer if I could. Thanks!
- Thu Oct 25, 2012 2:21 am
- Forum: General Audio Programming
- Topic: Importing non audio files as raw data
- Replies: 17
- Views: 21482
Re: Importing non audio files as raw data
Right. That was a stupid question. So is this more correct? So, when we import NTOSKRNL.exe as a sound file into Audacity, we are interpreting the binary code that it contains as if we were interpreting any other audio file. For example, say we cull these two arbitrary bytes/16 bits from the file: 0...
- Thu Oct 25, 2012 2:11 am
- Forum: General Audio Programming
- Topic: Importing non audio files as raw data
- Replies: 17
- Views: 21482
Re: Importing non audio files as raw data
Wouldn't that mean the each channel was playing something different?
- Thu Oct 25, 2012 12:25 am
- Forum: General Audio Programming
- Topic: Importing non audio files as raw data
- Replies: 17
- Views: 21482
Re: Importing non audio files as raw data
Steve, Would you mind verifying my understanding (based on 16 bit PCM, 44.1k, little endian): So, when we import NTOSKRNL.exe as a sound file into Audacity, we are interpreting the binary code that it contains as if we were interpreting any other audio file. For example, say we cull these two arbitr...
- Sun Sep 30, 2012 2:02 pm
- Forum: General Audio Programming
- Topic: Importing non audio files as raw data
- Replies: 17
- Views: 21482
Re: Importing non audio files as raw data
So, just to clarify... Any and every file is just hex/binary. It's the header that interprets how it's read. So when imported as raw data, the header is ignored and the binary in this case is read as if it were a .wav file (or whatever is selected). Thus, what I'm really trying to undertand is just ...
- Fri Sep 28, 2012 2:47 pm
- Forum: General Audio Programming
- Topic: Importing non audio files as raw data
- Replies: 17
- Views: 21482
Re: Importing non audio files as raw data
Awesome. Thanks, Steve. I think I need to read a bit more into sample rate. I may have some more questions down the line 
Thanks again. Now, off to the reading
Thanks again. Now, off to the reading
- Fri Sep 28, 2012 11:53 am
- Forum: General Audio Programming
- Topic: Importing non audio files as raw data
- Replies: 17
- Views: 21482
Re: Importing non audio files as raw data
Awesome. Thanks so much.
So, each byte is interpreted, i.e., amplitude "decided," in isolation from each other? What about frequency? Where is the connection there?
So, each byte is interpreted, i.e., amplitude "decided," in isolation from each other? What about frequency? Where is the connection there?
- Thu Sep 27, 2012 8:20 pm
- Forum: General Audio Programming
- Topic: Importing non audio files as raw data
- Replies: 17
- Views: 21482
Importing non audio files as raw data
Hi! New to the board. I've been using audacity for a while now but I've finally gotten around to joining the forums. So, I'm sure a good amount of you have tried importing an .exe or .jpg as raw data. It's a lot of fun if you haven't :-) What I want to know is why this happens. Where does this glitc...