kamoo1

Results 5 comments of kamoo1

I had this similar issue, I was sending a long audio file matching rate of real time, however the result comes about 1/3 of real-time speed. After some debugging, I...

> I had this similar issue, I was sending a long audio file matching rate of real time, however the result comes about 1/3 of real-time speed. After some debugging,...

> > I had this similar issue, I was sending a long audio file matching rate of real time, however the result comes about 1/3 of real-time speed. After some...

I end up loading `.env` file recursively towards parent folder ```go lastCwd := "" for { cwd, err := os.Getwd() if err != nil { break } if cwd ==...

Hi I just fixed this exact error by adding `fetch-depth: 0` to the checkout action. [Here's the documentation on this](https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html#example-workflow)