mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
warn about audio fallback
This commit is contained in:
parent
e1379eba5d
commit
7886d498bd
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ try:
|
|||
|
||||
except ImportError:
|
||||
# fall back to old nssound code for 10.3
|
||||
sys.stderr.write("falling back to 10.3 audio library")
|
||||
|
||||
try:
|
||||
|
||||
|
|
Loading…
Reference in a new issue