Studio
feat: add /convert_alignment endpoint
#119
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
19
Changes
View On
GitHub
Commits
fix: failure to g2p should be 422, not 400
joanise
committed
2 years ago
feat: parse_smil() with unit testing
joanise
committed
2 years ago
refactor: refactor code in preparation for writing /convert_to_TextGrid
joanise
committed
2 years ago
feat: new /convert_to_TextGrid endpoint in web_api
joanise
committed
2 years ago
feat: convert_alignment now also supports ELAN eaf
joanise
committed
2 years ago
feat: endpoint /convert_alignment supports srt and vtt
joanise
committed
2 years ago
style: polishing my code before submitting my PR
joanise
committed
2 years ago
docs: document the return value of the /langs endpoint
joanise
committed
2 years ago
fix: remove unsupported encoding argument from web_api
joanise
committed
2 years ago
style: I prefer audio_duration to audio_length
joanise
committed
2 years ago
fix: typo
joanise
committed
2 years ago
refactor: use an Enum instead of a regex to validate /convert output formats
joanise
committed
2 years ago
refactor: use a path parameter for /convert format
joanise
committed
2 years ago
refactor: /convert returns a Response with one file only
joanise
committed
2 years ago
refactor: word text instead of textual word
joanise
committed
2 years ago
refactor: return a FileResponse but make sure it gets cleaned
joanise
committed
2 years ago
style: remove breadcrumb code that kept the temporary directory around
joanise
committed
2 years ago
style: apply some selected pylint and PEP8 recommendations
joanise
committed
2 years ago
refactor: use filename= to set FileResponse headers
joanise
committed
2 years ago
Loading