mirror of
https://github.com/ankitects/anki.git
synced 2026-07-28 16:09:50 -04:00
<!-- Title (for the Pull Request title field at the top): Use a short prefix so the change type is obvious. You do not need to repeat it in the body below. Examples: - fix: — bugfix - feat: — feature - refactor: — internal change without user-facing feature - docs: — documentation only - chore: — tooling, CI, deps, build housekeeping - test: — tests only --> ## Linked issue (required) closes #5018 <!-- Fixes #123 / Closes #123 / Refs #123 --> ## Summary / motivation (required) This prevents large diffs with prettier being used with the mintlify editor A caveat of this is that the docs generated by cog now have to be prettier compatible. Also for some reason prettier has problems with the {/* */} multi-line comment format so we have to use <!-- --> instead. Sadly I don't have a good way to check that the Prettier config does not differ between this PR and the editor. --------- Co-authored-by: Abdo <abdo@abdnh.net>
14 lines
707 B
Plaintext
14 lines
707 B
Plaintext
---
|
|
title: "Errors when recording"
|
|
---
|
|
|
|
If you have problems recording audio in Anki, please make sure:
|
|
|
|
- a microphone is connected to the computer
|
|
- the microphone is set as the default recording device in your system's sound settings
|
|
- another program like Skype is not using the microphone - you may need to close the other microphone-using program. If that does not help, please try restarting your computer.
|
|
|
|
If you receive the message `IOError: [Errno Unanticipated host error] -9999` on Windows 10, please make sure you have allowed Anki to use the microphone:
|
|
|
|
[https://winaero.com/blog/disable-app-access-microphone-windows-10/](https://winaero.com/blog/disable-app-access-microphone-windows-10/)
|