mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
committed by
Christian Helmuth
parent
5b6fdc96fc
commit
663e8fad9b
@ -49,7 +49,7 @@ namespace Audio_out {
|
||||
class Session;
|
||||
|
||||
enum {
|
||||
QUEUE_SIZE = 16, /* buffer queue size */
|
||||
QUEUE_SIZE = 256, /* buffer queue size */
|
||||
PERIOD = 512, /* samples per period (~11.6ms) */
|
||||
SAMPLE_RATE = 44100,
|
||||
SAMPLE_SIZE = sizeof(float),
|
||||
|
Reference in New Issue
Block a user