RumovZ
|
f61cc9112d
|
Norm search
|
2020-12-22 11:08:47 +01:00 |
|
Damien Elmes
|
c18927b7ff
|
pin pyaudio and qtmultimedia
|
2020-12-18 19:57:19 +10:00 |
|
Damien Elmes
|
583e0ceca8
|
expose recording driver in preferences (at least for now)
|
2020-12-18 19:49:17 +10:00 |
|
Damien Elmes
|
a969046852
|
write .wav in background
|
2020-12-18 19:24:53 +10:00 |
|
Damien Elmes
|
e77211c636
|
leave iodevice alone after calling .stop()
Docs say it should not be accessed, and it fails on Linux.
|
2020-12-18 19:14:24 +10:00 |
|
Damien Elmes
|
9778ac8d80
|
experiment with lower-level QAudioInput
Allows us to discard the start of the recording like PyAudio, instead
of just muting it.
|
2020-12-18 18:59:10 +10:00 |
|
Damien Elmes
|
1aba818ccd
|
add back pyaudio as an optional alternative
|
2020-12-18 16:52:00 +10:00 |
|
Damien Elmes
|
faf992643a
|
exhaustiveness checks on literals are now possible with the move to py38
|
2020-12-18 16:50:55 +10:00 |
|
Damien Elmes
|
9038015f4f
|
formatting fix
|
2020-12-18 10:27:32 +10:00 |
|
Damien Elmes
|
b13f6d4931
|
document ANKI_PROFILE_CODE and add bazel command to run snakeviz
|
2020-12-17 12:03:24 +10:00 |
|
Damien Elmes
|
555e638e7e
|
explicitly set sample rate and channels
Windows sounds awful by default on a machine here.
|
2020-12-16 20:18:13 +10:00 |
|
Damien Elmes
|
eb5100d3c7
|
formatting & mypy fix
|
2020-12-16 19:51:46 +10:00 |
|
Damien Elmes
|
640e381081
|
update recording time more frequently; remove print statement
|
2020-12-16 19:45:08 +10:00 |
|
Damien Elmes
|
9f3659a1d3
|
use QtMultimedia for recording instead of PyAudio
The unmute-on-first-duration-change approach is to try to prevent
clicks/pops that can happen at the start of recordings. If it doesn't
solve the problem, we may need to drop down to the lower-level
QAudioInput().
Closes https://github.com/ankitects/help-wanted/issues/23
May fix https://forums.ankiweb.net/t/anki-crashes-periodically-after-clicking-record-audio-button/5824,
which I suspect was caused by processEvents()
|
2020-12-16 19:33:25 +10:00 |
|
Damien Elmes
|
9d1362d69e
|
fix deprecation error on startup on Windows
|
2020-12-16 15:56:10 +10:00 |
|
Damien Elmes
|
6f5f0787d2
|
Merge pull request #850 from cecini/warn
fix float to int conversion DeprecationWarning
|
2020-12-16 15:40:35 +10:00 |
|
Damien Elmes
|
42f583f8a1
|
fix some warnings on startup
|
2020-12-16 15:38:24 +10:00 |
|
Damien Elmes
|
f37fcf950d
|
ignore pickle.dumps() warning
|
2020-12-16 15:38:11 +10:00 |
|
Damien Elmes
|
5f424d1283
|
bump pickle proto to v4; change column type to blob
|
2020-12-16 15:38:07 +10:00 |
|
Damien Elmes
|
3778d343b1
|
don't catch DeprecationWarnings in the GUI
|
2020-12-16 14:25:11 +10:00 |
|
Damien Elmes
|
d75ef92a01
|
Merge pull request #851 from hgiesel/cardtypeprobs
Remove unicode isolation from card type names
|
2020-12-16 13:37:44 +10:00 |
|
Henrik Giesel
|
eb1ddefa42
|
Remove unicode isolation from card type names
|
2020-12-16 03:09:33 +01:00 |
|
Damien Elmes
|
5c93898e32
|
symlink generated .py/.pyi into tree to fix Python code completion
|
2020-12-16 11:36:42 +10:00 |
|
cecini
|
8be949e0d5
|
fix float to int conversion DeprecationWarning
|
2020-12-15 13:10:12 +00:00 |
|
Damien Elmes
|
5ab1b06ddb
|
avoid distributing BUILD.bazel in js/vendor
|
2020-12-12 10:35:01 +10:00 |
|
Damien Elmes
|
f7b87bb716
|
minor doc updates
|
2020-12-11 22:37:12 +10:00 |
|
Damien Elmes
|
7a95d7e189
|
remove unwanted leading '/' in wheel records
|
2020-12-10 23:02:18 +10:00 |
|
Damien Elmes
|
51635ff7e4
|
simplify wheel building
|
2020-12-10 20:27:21 +10:00 |
|
Damien Elmes
|
256146703a
|
set the minimum ease to 131% for now
https://forums.ankiweb.net/t/force-sync-triggers-2-1-34-ease-fixup-behaviour/5632/
|
2020-12-10 15:46:22 +10:00 |
|
Henrik Giesel
|
6fb80a78bf
|
Switch back to fadeTo rather than fadeIn/fadeOut
|
2020-12-09 14:19:45 +01:00 |
|
Damien Elmes
|
5f9d4c1a65
|
tweak README in qt/linux
|
2020-12-07 11:54:54 +10:00 |
|
Damien Elmes
|
d799ffbe63
|
add explicit entry point to start Anki; update docs
|
2020-12-07 11:22:31 +10:00 |
|
L.M.Sherlock
|
6faad081ac
|
Update about.py
|
2020-12-05 14:11:47 +08:00 |
|
Henrik Giesel
|
599cfb37a1
|
Fix fields_did_rename_field
|
2020-12-01 02:28:10 +01:00 |
|
Damien Elmes
|
e845424bc9
|
update sync status after profile open sync
https://forums.ankiweb.net/t/why-is-my-sync-button-blue/2078/15
|
2020-12-01 10:20:55 +10:00 |
|
Damien Elmes
|
19e6c9cb50
|
export mathjax.js
|
2020-11-30 15:15:37 +10:00 |
|
Damien Elmes
|
bf4a2998c7
|
update sync color at end of sync
https://forums.ankiweb.net/t/why-is-my-sync-button-blue/2078/13
|
2020-11-30 10:14:43 +10:00 |
|
Damien Elmes
|
892d349181
|
update about
https://forums.ankiweb.net/t/may-i-trouble-you-to-add-my-name-on-the-about-page/5433/2
|
2020-11-29 12:00:16 +10:00 |
|
abdo
|
a313ec2fe7
|
Fix UnboundLocalError in profiler code
|
2020-11-25 04:54:41 +03:00 |
|
Damien Elmes
|
6a1cf40dcd
|
Merge branch 'master' into init-lang
|
2020-11-22 16:10:49 +10:00 |
|
Damien Elmes
|
68311500b3
|
update remaining python format strings to Fluent
|
2020-11-22 14:57:53 +10:00 |
|
abdo
|
d06a9137b6
|
Set up default language before loading profile
We can make more strings translatable this way.
|
2020-11-21 05:29:23 +03:00 |
|
Damien Elmes
|
0dee358839
|
remove make dependency in packaged Linux build
|
2020-11-20 19:33:40 +10:00 |
|
Damien Elmes
|
4043bd90bb
|
Merge pull request #823 from RumovZ/rework-search-parser
Rework search parser
|
2020-11-20 16:22:12 +10:00 |
|
Damien Elmes
|
89491b8c12
|
Merge pull request #833 from abdnh/setdeflang-fix
Initialize translation system to default language on first run
|
2020-11-20 16:11:13 +10:00 |
|
abdo
|
97cead2bda
|
Initialize translation system to default language on first run
The setlang screen was trying to use the translation system before
we initialize it.
|
2020-11-20 06:18:51 +03:00 |
|
abdo
|
702c5712e4
|
Fix description of exporters
Description broke yet again with the full migration to Fluent
|
2020-11-19 23:52:46 +03:00 |
|
abdo
|
caade20ad4
|
Strip isolation characters from more strings
|
2020-11-18 18:03:04 +03:00 |
|
Damien Elmes
|
679a4573aa
|
quieten MathJax
|
2020-11-18 21:34:44 +10:00 |
|
RumovZ
|
f05e70a03e
|
Merge branch 'master' into rework-search-parser
Conflicts:
rslib/src/search/sqlwriter.rs
|
2020-11-18 09:04:04 +01:00 |
|