Skip to content

Commit 9898485

Browse files
Update backend setup Opus note
1 parent fe95056 commit 9898485

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/doc/developer/backend/Backend_Setup.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,11 @@ OAuth is required for user authentication. You need to configure both Google and
252252
```powershell
253253
choco install python git.install ffmpeg
254254
```
255-
<Note>Opus is included in Windows 10 version 1903 and above.</Note>
255+
<Note>
256+
The Python `opuslib` package still needs a native `libopus` DLL on `PATH`. One common setup is MSYS2 UCRT64:
257+
install MSYS2, run `pacman -S mingw-w64-ucrt-x86_64-opus`, add `C:\msys64\ucrt64\bin` to `PATH`,
258+
then open a new shell and verify with `where.exe opus.dll`.
259+
</Note>
256260
</Tab>
257261
<Tab title="Linux/Nix">
258262
Python, Git, and FFmpeg are typically pre-installed. Install opus via your package manager if needed.

0 commit comments

Comments
 (0)