mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 13:24:01 +02:00
host_python: Change default number of LEDs to 20
This commit is contained in:
parent
8075513003
commit
3b8b386c96
5 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@ FORMAT = pyaudio.paInt16
|
|||
CHANNELS = 1
|
||||
RATE = 44100
|
||||
|
||||
PIXELS = 10
|
||||
PIXELS = 20
|
||||
|
||||
HISTORY_SIZE = 4
|
||||
SAMPLE_SIZE = CHUNK_SIZE*HISTORY_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue