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

How to recognize particular person voice? #11

Open
IAmVinnnn opened this issue Jun 6, 2018 · 2 comments
Open

How to recognize particular person voice? #11

IAmVinnnn opened this issue Jun 6, 2018 · 2 comments

Comments

@IAmVinnnn
Copy link

I have used google cloud speech to text API which is working well but I need to show speakers just above the line. Suppose I have an audio in which 4 persons involved Now I want to get the persons just before start his / her text. Like
Person1:
Here is the text of person1.
Person2:
Here is the text of person2.
Person1:
Here is another line of text from person1.
Person3:
Here is the text of person3.
Can anyone let me know how I can get the speaker also with the text by using google API?

@dariushazimi
Copy link

dariushazimi commented Feb 17, 2019

Hi @IAmVinnnn Were you able to get this to work?
You can use speaker_tag but its not working 100%. I have tried it with the latest google speech beta version v2p1beta and sometimes it works properly.

Interested to know if you found a solution?

@Karliz24
Copy link

I have used google cloud speech to text API which is working well but I need to show speakers just above the line. Suppose I have an audio in which 4 persons involved Now I want to get the persons just before start his / her text. Like

Person1:

Here is the text of person1.

Person2:

Here is the text of person2.

Person1:

Here is another line of text from person1.

Person3:

Here is the text of person3.

Can anyone let me know how I can get the speaker also with the text by using google API?

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

No branches or pull requests

3 participants