BingLingGroup

Results 150 comments of BingLingGroup

Configure your command line argument please. It is a command line program after all. It needs command line argument input.

emmmm……You can give -o option to specify an output file name. My repo has already added the overwrite detection. You can try to install the dev branch of my repo...

I glance at the codes of autosub1 installed from the pip. They are almost the same as the original autosub. Currently I don't know where it has been modified. Maintainers...

> notice that `autosub1` seems to act differently > > * it uses longer audio segments thus > > * has more surrounding word context for more accurate transcription >...

> what about > > * a hybrid method using both > > * short segment[s] upload (better time resolution) > * and long-overlapping segments  for accuracy > > and...

Currently can only generate empty subtitles file. This API can't provide time codes matching transcript function. If the issues have been done, I will go and do some research about...

Function 2 is added. #159 Function 1 will be added in my repo. [BingLingGroup/autosub #14](https://github.com/BingLingGroup/autosub/issues/14)

Function 1 is added too. But it hasn't been released. Install it from the latest code in [dev branch](https://github.com/BingLingGroup/autosub) instead. Usage: ```bash usage: autosub source_path [options] Auto-generates subtitles for any...

I use your codes for reference in my [repo](https://github.com/BingLingGroup/autosub). Thanks for your pull request.

> Yes. https://cloud.google.com/speech-to-text/ To be more specific, the api used in the source code is not the chargeable ones from cloud speech api, and the google cloud speech-to-text api is...