mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 08:19:14 +02:00
updates
This commit is contained in:
@@ -73,12 +73,12 @@ int main() {
|
||||
};
|
||||
|
||||
pa_buffer_attr input_buffer_atr = {
|
||||
.maxlength = 4096, // You can lower this to 512, but this is fine, it's sub-second delay, you're probably not gonna notice unless you're looking for it
|
||||
.fragsize = 2048
|
||||
.maxlength = 8192,
|
||||
.fragsize = 4096
|
||||
};
|
||||
pa_buffer_attr output_buffer_atr = {
|
||||
.maxlength = 4096,
|
||||
.tlength = 2048,
|
||||
.maxlength = 8192,
|
||||
.tlength = 4096,
|
||||
.prebuf = 0
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user