Load and save of binary audio

Format in h/Sound
This commit is contained in:
stevenhowes
2021-04-03 23:16:46 +01:00
parent 4f861753ce
commit 7a87caa42b
9 changed files with 51 additions and 121 deletions
+1
View File
@@ -5,5 +5,6 @@ struct CompositionElement {
unsigned char Note;
signed char Volume;
unsigned char Channel;
/*unsigned char word alignment*/
unsigned short int Length;
};