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:
- Create a folder with the name of the STT service - eg speechmatics
- add a adapters/${sttServiceName}/sample folder
- add a sample json file from the STT service in this last folder - this will be useful for testing.
- Name it ${name of the stt service}.sample.json
- 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.
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:
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.