Run Soniox transcription with Sapat in Daytona#216
Open
codeaustral-oss wants to merge 1 commit into
Open
Conversation
Signed-off-by: CodeAustral OSS <hello@codeaustral.com>
a2ff5cd to
2d97f82
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/claim #13
Summary
Companion implementation
--api soniox, uses the official Soniox Python SDK for async local-file transcription, documentsSONIOX_API_KEY/SONIOX_MODEL, and includes mocked unit coverage for submit/wait/fetch/cleanup behavior.Validation
Daytona content PR:
npm installnpx markdownlint-cli guides/20260520_guide_soniox_sapat_mixed_language_transcription.md definitions/20260520_definition_mixed_language_transcription_workflow.md authors/codeaustral-oss.mdxmllint --noout guides/assets/20260520_soniox_sapat_mixed_language_workflow.svggit diff --check../../scripts/pre_push_privacy_check.sh .wc -w guides/20260520_guide_soniox_sapat_mixed_language_transcription.md(1,673 words)Companion Sapat PR:
python3 -m venv .venv. .venv/bin/activate && python -m pip install -e .PYTHONPATH=src python -m unittest discover -s testsPYTHONPATH=src python -m py_compile src/sapat/script.py src/sapat/transcription/soniox.py tests/test_soniox_transcription.pyPYTHONPATH=src python -m sapat.script --helpgit diff --check../../scripts/pre_push_privacy_check.sh .Sources checked
No API keys, recordings, payment details, private account data, or local sensitive paths are included.