Well it appears that the code is now reachable from the RCOS dashboard.
Progress is steady on adding buffering to the project. We came to an agreement about how to implement it, and now there are only a few changes left before it is implemented for encoding.
Saturday, February 20, 2010
Thursday, February 18, 2010
Buffering...
At the moment Awesome-WAV loads entire .wav files into memory before messing with the data. Since PCM WAV files can easily reach 50MB+ in size we have decided that we must implement some sort of file buffering for encoding / decoding data. We could just fread each individual byte, but that would add considerable overhead. Instead we will read / modify / save several large chunks of data at a time (1MB blocks maybe?). Right now we are just making structural changes to the code to make implementing buffering easier.
The google code SVN is finally working, though the RCOS dashboard is not cooperating with me. SO for anyone that wishes to actually view the source, go to http://code.google.com/p/awesome-wav/ instead.
Subscribe to:
Posts (Atom)