I'm trying to implement automatic subtitle generation in a React native app and I thought about a subtitle approach via streaming.
Calling some Google speech service, azure, etc ... and translating in real time that the video is playing
But I'm a little lost on how to do this with react native, could you help me? Does anyone have any ideas or a lib not free that would solve this problem of automatic subtitle generation?
Have you been through this?