Discover Packages
github.com/artificial-polyglot/arti
mms
qa_align
package
Version:
v1.1.15
Opens a new window with list of versions in this module.
Published: Jun 18, 2026
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
ProcessFAResults receives the JSON char list from the Python FA module,
aligns it to the reference words via sequence alignment, inserts rows into
charsV2, and updates the words and scripts tables.
type CharResult struct {
Char string `json:"char"`
Start float64 `json:"start"`
End float64 `json:"end"`
Score float64 `json:"score"`
}
CharResult holds the per-character forced alignment output from Python.
type FARequest struct {
ScriptId int64 `json:"script_id"`
AudioPath string `json:"audio"`
ReferenceText string `json:"text"`
}
ProcessFiles will perform Auto Speech Recognition on these files
Source Files
¶
Click to show internal directories.
Click to hide internal directories.