Skip to content

Commit

Permalink
falkon/morph_browser: set OSS frag sizes to 8192
Browse files Browse the repository at this point in the history
This fragment size equals about 46ms (at 44.1kHz) and is the largest
one currently allowed by the OSS VFS plugin.

It serves to mitigate any load related timing problems for the moment
at the price of a somewhat inflated latency.

Issue genodelabs#362.
  • Loading branch information
cnuke committed Apr 23, 2024
1 parent f66bc11 commit 36ac341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/raw/falkon/init.config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<terminal name="random" raw="yes"/>
<terminal name="urandom" raw="yes"/>
<rtc/>
<oss name="dsp"/>
<oss name="dsp" min_ofrag_size="8192" min_ifrag_size="8192"/>
<capture/>
</dir>
<dir name=".config"> <fs label="config"/> </dir>
Expand Down
2 changes: 1 addition & 1 deletion recipes/raw/morph_browser/init.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<terminal name="random" raw="yes"/>
<terminal name="urandom" raw="yes"/>
<rtc/>
<oss name="dsp"/>
<oss name="dsp" min_ofrag_size="8192" min_ifrag_size="8192"/>
<capture/>
<gpu/>
</dir>
Expand Down

0 comments on commit 36ac341

Please sign in to comment.