mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 00:09:16 +02:00
increase buffer sizes
This commit is contained in:
@@ -75,11 +75,11 @@ int main() {
|
||||
|
||||
pa_buffer_attr input_buffer_atr = {
|
||||
.maxlength = 8192,
|
||||
.fragsize = 4096
|
||||
.fragsize = 8192
|
||||
};
|
||||
pa_buffer_attr output_buffer_atr = {
|
||||
.maxlength = 8192,
|
||||
.tlength = 4096,
|
||||
.tlength = 8192,
|
||||
.prebuf = 0
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user