c9ce00862e
I have added a new option (-b) that allows you to specify 8 or 16bit output. The default is still 8bit though.
12 lines
222 B
Text
12 lines
222 B
Text
*** dacio.h.orig Wed Sep 3 14:58:39 1997
|
|
--- dacio.h Wed Sep 3 13:49:32 1997
|
|
***************
|
|
*** 3,8 ****
|
|
--- 3,9 ----
|
|
#endif
|
|
|
|
typedef struct {
|
|
+ int bits;
|
|
int speed;
|
|
int stereo;
|
|
} DacioConfInfo;
|