You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduced `ForcedAlignmentClient` for interacting with the Rev AI
forced alignment API.
* Added data models: `ForcedAlignmentJob`, `ForcedAlignmentResult`,
`ElementAlignment`, and `Monologue` to handle alignment jobs.
* Implemented methods for processing jobs in forced_alignment_client.
* Created a module for forced alignment models to organize classes.
Signed-off-by: Ahmed Mansour <[email protected]>
sourman
pushed a commit
to sourman/revai-python-sdk
that referenced
this issue
Jan 12, 2025
* Introduced `ForcedAlignmentClient` for interacting with the Rev AI
forced alignment API.
* Added data models: `ForcedAlignmentJob`, `ForcedAlignmentResult`,
`ElementAlignment`, and `Monologue` to handle alignment jobs.
* Implemented methods for processing jobs in forced_alignment_client.
* Created a module for forced alignment models to organize classes.
Signed-off-by: Ahmed Mansour <[email protected]>
I noticed that REV API supports forced alignment
There is no mention of this endpoint in the sdk. I plan to submit a pull request to add support.
The text was updated successfully, but these errors were encountered: