mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
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),
|
||||
|
Loading…
Reference in New Issue
Block a user