Jacob Hahn

Results 13 comments of Jacob Hahn

@WeberJulian Can reproduce on M1 MacBook Pro (MacOS Sonoma 14.1.1 23B81) with Python 3.11.5, using a slight modification of the example code in the readme: ```python import torch from TTS.TTS.api...

@bigcash's solution on #3187 works for me. I had `model_name` set as `TTS/TTS/tts/models/tacotron2.py`, while it should be `tts_models/en/ljspeech/tacotron2-DDC`. You can find a list of model names by running `tts --list_models`...

This would be awesome. I was just messing around with the code to see if I could get it to work with a Single Side Single Density 8" floppy drive...

A little update: With some work, I was able to interface with the 8" drive. "Drive Not Ready" error was cased by bad diskettes (the magnetic surface was being scraped...

That makes sense. Unfortunate that we won’t see an implementation here, as I don’t think many others have done something similar. I’ll look around and see if someone else has...

@dhansel thank you for explaining that all! I see now why this is a very difficult implementation. @RetroAND If you make any progress or do implement this, post an update...

@nponeccop replacement for #1341

@nponeccop thanks for the heads up, just resolved them

@BillSchumacher @nponeccop a review would be appreciated, thanks!

@yudikubota Interesting, when I ran it it worked with no errors. I'll look into that. Making this optional is a good idea. How would you suggest I go about doing...