File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ state-of-the-art C23 compiler. The irony writes itself.
55
55
is not required. The backend is started at a higher level. Initialising
56
56
SDLs audio sub-system ensures that the backend is properly deinitialised.
57
57
58
- - Because some devices may change the audio sample rate during phone calls,
59
- the sample rate is currently fixed at 8kHz to ensure stable behavior.
60
- Although dynamically adjusting the sample rate is theoretically possible,
61
- the current implementation doesn't support it yet. This limitation is
58
+ - Because the audio sample rate can change during phone calls, the sample
59
+ rate is currently fixed at 8kHz to ensure stable behavior. Although
60
+ dynamically adjusting the sample rate is theoretically possible, the
61
+ current implementation doesn't support it yet. This limitation is
62
62
expected to be resolved in a future update.
63
63
64
64
- Dependency tracking is currently non-functional.
You can’t perform that action at this time.
0 commit comments