> For the complete documentation index, see [llms.txt](https://ds83171.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ds83171.gitbook.io/workspace/obs-support/nodiscord.md).

# 如何讓OBS不輸出Discord語音(不使用虛擬音頻)

遊戲的聲音都是輸出到【預設裝置】上 ，所以我們必須要做的事情是更改預設音訊

以下拿我的音訊裝置做參考\
喇叭=我的耳機  數位音訊=沒有在使用的音訊

#### 把沒有在用的音訊裝置設置為預設裝置

![任何一個沒在使用的音訊都可以掛上去](/files/-Lqqc7fcolgo67etsel1)

然後在OBS中更改以下設定

#### 1.音訊監測裝置更改為【我的耳機】，OBS 24版在音效裡面， 24版以前在進階裡面

![OBS 24.0 之後的版本在音效](/files/-LqqhXTNsLNwua9JaiTY)

![OBS 24.0之前的版本在進階](/files/-Lqqhxlo7OpWgfc9i_IV)

#### 2. 輸出音效更改為 【監測與輸出】

![](/files/-LqqdYlZTJXjl6fYxRCF)

#### 最後再把DISCORD的語音直接輸出到你的耳機就行了

![](/files/-Lqqe0ld-l6nppm4eRDY)

原理如下圖，我們把遊戲等音效全部先丟到沒有在用的音頻上輸出\
然後再用OBS去監聽這個音訊，這樣一來耳機就聽的到預設音效的所有聲音了\
然後把DISCORD的輸出繞過預設，直接輸出到耳機中\
如此一來觀眾們就聽不到DISCORD的語音聲音了<br>

![](/files/-LqqbEf2KLfQja9yu-nT)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ds83171.gitbook.io/workspace/obs-support/nodiscord.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
