factor/extra/audio
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
aiff audio.loader vocab that reads audio file with reader appropriate to file extension 2010-01-19 12:46:06 -08:00
chunked-file audio.chunked-file: inline "check-chunk" so heap-size call can be folded away and audio can be deployed 2010-02-14 13:58:24 -08:00
engine specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
loader audio.loader docs 2010-01-25 20:12:22 -08:00
vorbis specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
wav audio.loader vocab that reads audio file with reader appropriate to file extension 2010-01-19 12:46:06 -08:00
audio-docs.factor docs for "audio" vocab 2010-01-25 13:14:12 -08:00
audio.factor docs for "audio" vocab 2010-01-25 13:14:12 -08:00
authors.txt docs for "audio" vocab 2010-01-25 13:14:12 -08:00
summary.txt docs for "audio" vocab 2010-01-25 13:14:12 -08:00