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