Skip to content

Clarification on how to create an Adapter for AWS Transcribe #108

@Gribbs

Description

@Gribbs

I've forked the repo and I'm trying to create a new Adapter for AWS Transcribe formats but I'm having trouble understanding the recommended steps here https://github.com/bbc/react-transcript-editor/blob/master/docs/guides/adapters.md

The recommended steps are:

  1. Create a folder with the name of the STT service - eg speechmatics
  2. add a adapters/${sttServiceName}/sample folder
  3. add a sample json file from the STT service in this last folder - this will be useful for testing.
  4. Name it ${name of the stt service}.sample.json
  5. add option in adapters/index.js

I can see an adapters folder in the project here src/lib/Util/adapters .

Is this where we should begin with step 1? I'm assuming yes, but just want to make sure this is right.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions