![]() |
![]()
| ![]() |
![]()
NAMEsoundtoh - convert a sound file to a C language header file SYNOPSISsoundtoh filename DESCRIPTIONThe soundtoh program will convert a sound file in a format supported by the Network Audio System library into a header file suitable for use with the #include C pre-processor directive. The resulting output is directed to the standard output. The output will look something like: /* bark */ #define barkDataFormat AuFormatULAW8 #define barkSampleRate 8000 #define barkNumTracks 1 #define barkNumSamples \ 16-bit samples will be converted appropriately depending upon the endianess of the host machine. SEE ALSOnas(1) COPYRIGHTCopyright 1993, 1994 Network Computing Devices, Inc. AUTHORGreg Renda, Network Computing Devices, Inc.
|