# Microphone Becomes Unresponsive Using OBS

ISSUE:

When using OBS the microphone may become unresponsive as the browser window is forced into the background

SOLUTION:

1. Running ZipCaptions as a Progressive Web App (PWA) will see the page running in its own browser instance. This will stop the microphone from sleeping.
2. Adding <https://zipcaptions.app> to the [chrome://settings/performance page](chrome://settings/performance%20page) will prevent Chrome from putting the tab to sleep when you move away from it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.zipcaptions.app/known-issues/microphone-becomes-unresponsive-using-obs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
