store wav files in text format in the repository
uu2wav.cmd to decode them all on Windows uu2wav.sh to decode them all on Unix
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
#
|
||||
# Windows file to decode the .uu files in this folder into .wav files
|
||||
#
|
||||
|
||||
set UU=..\..\util\uudecode.exe
|
||||
|
||||
%UU% se_squeak_A.uu
|
||||
%UU% se_squeak_B.uu
|
||||
%UU% se_squeak_B_flat.uu
|
||||
%UU% se_squeak_C.uu
|
||||
%UU% se_squeak_D.uu
|
||||
%UU% se_squeak_D_flat.uu
|
||||
%UU% se_squeak_E.uu
|
||||
%UU% se_squeak_E_flat.uu
|
||||
%UU% se_squeak_F.uu
|
||||
%UU% se_squeak_F_sharp.uu
|
||||
%UU% se_squeak_G.uu
|
||||
%UU% se_squeak_G_sharp.uu
|
||||
%UU% sound_Bell.uu
|
||||
%UU% sound_Bugle_A.uu
|
||||
%UU% sound_Bugle_B.uu
|
||||
%UU% sound_Bugle_C.uu
|
||||
%UU% sound_Bugle_D.uu
|
||||
%UU% sound_Bugle_E.uu
|
||||
%UU% sound_Bugle_F.uu
|
||||
%UU% sound_Bugle_G.uu
|
||||
%UU% sound_Drum_Of_Earthquake.uu
|
||||
%UU% sound_Fire_Horn.uu
|
||||
%UU% sound_Frost_Horn.uu
|
||||
%UU% sound_Leather_Drum.uu
|
||||
%UU% sound_Magic_Harp_A.uu
|
||||
%UU% sound_Magic_Harp_B.uu
|
||||
%UU% sound_Magic_Harp_C.uu
|
||||
%UU% sound_Magic_Harp_D.uu
|
||||
%UU% sound_Magic_Harp_E.uu
|
||||
%UU% sound_Magic_Harp_F.uu
|
||||
%UU% sound_Magic_Harp_G.uu
|
||||
%UU% sound_Tooled_Horn_A.uu
|
||||
%UU% sound_Tooled_Horn_B.uu
|
||||
%UU% sound_Tooled_Horn_C.uu
|
||||
%UU% sound_Tooled_Horn_D.uu
|
||||
%UU% sound_Tooled_Horn_E.uu
|
||||
%UU% sound_Tooled_Horn_F.uu
|
||||
%UU% sound_Tooled_Horn_G.uu
|
||||
%UU% sound_Wooden_Flute_A.uu
|
||||
%UU% sound_Wooden_Flute_B.uu
|
||||
%UU% sound_Wooden_Flute_C.uu
|
||||
%UU% sound_Wooden_Flute_D.uu
|
||||
%UU% sound_Wooden_Flute_E.uu
|
||||
%UU% sound_Wooden_Flute_F.uu
|
||||
%UU% sound_Wooden_Flute_G.uu
|
||||
%UU% sound_Wooden_Harp_A.uu
|
||||
%UU% sound_Wooden_Harp_B.uu
|
||||
%UU% sound_Wooden_Harp_C.uu
|
||||
%UU% sound_Wooden_Harp_D.uu
|
||||
%UU% sound_Wooden_Harp_E.uu
|
||||
%UU% sound_Wooden_Harp_F.uu
|
||||
%UU% sound_Wooden_Harp_G.uu
|
||||
|
||||
set UU=
|
||||
|
||||
Reference in New Issue
Block a user