Parcourir la source

Reducing audio buffer size reducing lag

Now the ctrl+c reaction is faster.
Adds some precision to the README
Yann Weber il y a 5 ans
Parent
révision
de547b16e1
2 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 3
    0
      README
  2. 1
    1
      yaglitch.asm

+ 3
- 0
README Voir le fichier

3
 
3
 
4
 From an original idead from https://github.com/erlehmann/libglitch
4
 From an original idead from https://github.com/erlehmann/libglitch
5
 
5
 
6
+yaglitch is a 8 bits sonds generator based on a stack machine interpreting
7
+mathematical expression in reverse polish notation.
8
+
6
 Glitch file format is documented in FORMAT-draft-erlehmann copied from the
9
 Glitch file format is documented in FORMAT-draft-erlehmann copied from the
7
 repo above.
10
 repo above.
8
 
11
 

+ 1
- 1
yaglitch.asm Voir le fichier

55
 		dw AUDIO_U8 ; format
55
 		dw AUDIO_U8 ; format
56
 		db 1 ; channels
56
 		db 1 ; channels
57
 		db 0 ; silence
57
 		db 0 ; silence
58
-		dw 4096 ; samples
58
+		dw 1024 ; samples
59
 		dd 0 ; size
59
 		dd 0 ; size
60
 	dw 0 ; allign
60
 	dw 0 ; allign
61
 		dq audio_cllbck
61
 		dq audio_cllbck

Loading…
Annuler
Enregistrer