Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a web based version of this editor? #82

Open
rkpujari opened this issue Dec 3, 2018 · 6 comments
Open

Is there a web based version of this editor? #82

rkpujari opened this issue Dec 3, 2018 · 6 comments
Labels

Comments

@rkpujari
Copy link

rkpujari commented Dec 3, 2018

Hi,
I am looking for a web based version of this editor. Is it available? I downloaded the code and ran it locally, but it is a desktop app version.

regards,
Rama

@pietrop
Copy link
Collaborator

pietrop commented Dec 3, 2018

Hi @rkpujari, at the moment autoEdit is only available as desktop app for Mac, Linux and Windows, as explained in this talk the "front end" of the app could be reused as the front end of a web app, but that's not in a ready to use state.

What is your main use case? what are you trying to do?

@rkpujari
Copy link
Author

rkpujari commented Dec 3, 2018

Thanks for quick response. I am looking for a web based transcription editor which provides audio to transcription text synchronization feature i.e. when I click on a segment of the audio, corresponding transcription text should be highlighted and vice versa (when I click on any word in the transcript, audio should be played starting from there). transcription text and JSON (for synchronization) is obtained using some speech conversion API. this is the basic functionality I am looking for. other "nice to have" options are allowing editing of speaker names, highlighting words having less "confidence" (value provided by the API in JSON), exporting to different file formats (especially Word) etc.

@rkpujari
Copy link
Author

rkpujari commented Dec 3, 2018

I need to embed this editor in a web application, that's why I am looking for a web based editor.

@pietrop
Copy link
Collaborator

pietrop commented Dec 3, 2018

ok, seems like the other project @bbc/react-transcript-editor might be more of a fit for what you are looking for. Also see list of feature we are working on here and here for that project.

And what are your users going to do with the transcripts? just correcting the text? or something else besides that?

@rkpujari
Copy link
Author

rkpujari commented Dec 3, 2018

I looked at that one already. Looks great, but doesn't have integration with Speechmatics (there is no adaptor written for that). I am using Speechmatics API for conversion. regarding the transcripts, yes, users will be correcting the text (utilizing the synchronization feature), add speaker names and later export it to word document and do all other formatting there. there are few other requirements, but these are the main ones.

@rkpujari
Copy link
Author

rkpujari commented Dec 3, 2018

I asked this question there as well and looks like you are the one who answered it. I am going through the code to understand how the existing adaptors work, to build a new one. thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants