()
| 118 | } |
| 119 | |
| 120 | export function _resetArecordProbeForTesting(): void { |
| 121 | arecordProbe = null |
| 122 | } |
| 123 | |
| 124 | // cpal's ALSA backend writes to our process stderr when it can't find any |
| 125 | // sound cards (it runs in-process — no subprocess pipe to capture it). The |
nothing calls this directly
no outgoing calls
no test coverage detected