Onur Solmaz

Results 24 comments of Onur Solmaz
trafficstars

I just released v0.3.3.post which removes triton from poetry.lock. Does this fix the installation issue for now?

Are you referring to this? https://github.com/pesho-ivanov/thesis-manim/blob/master/norm_play.py It's already possible to do this by using `tracker.duration`. Can you elaborate how your solution works? What would happen if the scene had multiple...

Sounds good! I'll do a deep dive to your implementation soon and will try to incorporate it to the plugin. It makes sense to allow enabling this behavior with a...

@azampa @yvvijay121 Like you said, the following lines are where the error begins: ``` [mp3 @ 0000022C2CC8FE00] Failed to read frame size: Could not seek to 1026. C:\Users\ale\Python\media\videos\gtts-example\480p15\GTTSExample.wav: Invalid argument...

You recorded something using the recording CLI, right? Can you also post the file `media/voiceovers/cache.json` under your project directory?

@psmlbhor I am yet to implement sanity checks, but you can always remove any problematic recordings from cache.json manually. Did you listen to the mp3 files? Maybe there is an...

@psmlbhor The main issue is transcription fails, you can see in that `word_boundaries` is empty. There are multiple things going slightly wrong here. The example you're trying to render doesn't...

That shouldn't happen, either there is something wrong with the recorded mp3s, or your Whisper installation. Can you also try out whisper with this sample from LJSpeech? [LJ037-0171.wav.zip](https://github.com/ManimCommunity/manim-voiceover/files/10331089/LJ037-0171.wav.zip)

Thanks for the contributions. I am a bit busy with work these days, will go over this in ~2 weeks.

@psmlbhor it seems like Whisper is working. You were just rendering the recorder example, right? I can't reproduce this on my side. Can you edit the corresponding file in your...