Studio
Release the latest features of Studio
#98
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
53
Changes
View On
GitHub
Commits
style: pylint and improve all test suite code
joanise
committed
3 years ago
fix(test): reloaded audio file should tolerate a small duration change
joanise
committed
3 years ago
style: make test_package_urls.py executable and add fn docstring
joanise
committed
3 years ago
Merge pull request #84 from ReadAlongs/dev.pylint-test
joanise
committed
3 years ago
refactor(silence): change syntax for adding silence and allow output to variety of audio formats
roedoejet
committed
3 years ago
ci: bump dist to bionic
roedoejet
committed
3 years ago
feat(silence): add fallbacks and exception handling
roedoejet
committed
3 years ago
refactor: undo und work here since it is now done in g2p
joanise
committed
3 years ago
fix(requirements): remove text-unidecode, no longer used directly
joanise
committed
3 years ago
fix(requirements): studio does not actually use Flask-Cors
joanise
committed
3 years ago
style: remove unused imports from views.py
joanise
committed
3 years ago
Merge pull request #86 from ReadAlongs/dev.und
joanise
committed
3 years ago
fix: avoid stack trace when no non-noise segments are found (fixes #88)
joanise
committed
3 years ago
refactor(test): stub out SoundSwallower to speed tests that don't care about its output
joanise
committed
3 years ago
refactor(cli): remove epub from cli
joanise
committed
3 years ago
refactor(cli): remove alignment unit option from cli
joanise
committed
3 years ago
refactor(cli): refactor output formats to -o argument
joanise
committed
3 years ago
refactor: remove docs for epub
joanise
committed
3 years ago
docs(cli): add better cli documentation for readalongs
joanise
committed
3 years ago
refactor(cli): allow multiple -o values to join colon-joined
joanise
committed
3 years ago
feat(cli): added readalongs langs command
joanise
committed
3 years ago
refactor(cli): change formatting for align output formats help
joanise
committed
3 years ago
docs: align -o is for additional formats, on top of XML+SMIL
joanise
committed
3 years ago
refactor(cli): remove -i; auto-determine XML vs plain text
joanise
committed
3 years ago
refactor(cli): replace --g2p-fallback option by -l with multiple languages
joanise
committed
3 years ago
fix(g2p): better error messages on invalid language codes
joanise
committed
3 years ago
refactor: use the more meaningful exceptions from make_g2p when available
joanise
committed
2 years ago
docs: document how to contribute to the docs/ folder
joanise
committed
2 years ago
docs(cli): document the recent changes to the CLI
joanise
committed
2 years ago
docs: improvements from @roedoejet feedback on PR #93
joanise
committed
2 years ago
refactor: simplify python version check and move it to __init__.py
joanise
committed
2 years ago
test: increase test coverage for dev.cli
joanise
committed
2 years ago
fix(video): force audio mimetypes for video formats
roedoejet
committed
2 years ago
fix: be less strict about failures to guess mime type
roedoejet
committed
2 years ago
feat(cli): accept comma as sparate for lists as well as colon
joanise
committed
2 years ago
chore: move version to 0.2, with all the CLI changes
joanise
committed
2 years ago
feat(cli): "und" is now added by default to -l list of languages
joanise
committed
2 years ago
Merge pull request #90 from ReadAlongs/dev.cli
roedoejet
committed
2 years ago
perf: optimize the CLI, mostly by deferring expensive imports
joanise
committed
2 years ago
fix: better error messages on bad utf8 plain text input. Fixes #22
joanise
committed
2 years ago
style: add a .pylintrc to tweak pylint output to our liking
joanise
committed
2 years ago
chore(deps): bump lxml from 4.6.3 to 4.6.5
dependabot[bot]
committed
2 years ago
Merge pull request #95 from ReadAlongs/dependabot/pip/lxml-4.6.5
joanise
committed
2 years ago
check return code from process and provide more useful error message in case of failed alignment
dhdaines
committed
2 years ago
Merge pull request #96 from ReadAlongs/better_test_audio_errors
joanise
committed
2 years ago
docs: document installation using Anaconda on Windows
joanise
committed
2 years ago
docs: recommend miniconda instead of the full anaconda
joanise
committed
2 years ago
docs: README.md improve with feedback at team meeting
joanise
committed
2 years ago
docs: update TOC in README.md
joanise
committed
2 years ago
docs: mention OpenSamples in README.md
joanise
committed
2 years ago
docs: polish the updated README.md
joanise
committed
2 years ago
Merge pull request #97 from ReadAlongs/dev.conda-instructions
joanise
committed
2 years ago
docs: remove unstable warning
roedoejet
committed
2 years ago
Loading