SAudioTool

Prints or modifies .saudio files.

Synopsis

saudiotool [options] -i <infile>

Description

SAudioTool is an MPW tool that performs two functions: Prints formatted output for .saudio header data and modifies the header and data chunks.

Arguments

-dh
Dump header data to screen.
-l <chan>
New logical channel.
-nb <Number of audio folio buffers to use.
-ia <amp>
Initial amplitude (in hex).
-ip <pan>
Initial pan (in hex).
-i <infile>
Input filename.

Examples

Here is a typical command line to print the header information:

SAudioTool -dh -i bach_44K_16B_M.saudio

This prints the following header information of the input file called bach_44K_16B_M.saudio:

Examples

Here is a typical command line to modify the header information:

SAudioTool -lc 1 -ia 0x4000 -i bach_44K_16B_M.saudio

Modifies the input file's (bach_44K_16B_M.saudio) header information to the new data specified by the options. The -lc option modifies the logical channel number to 1 and the -ia option modifies the initial amplitude to 0x4000(hex).