Mukund Tibrewala

Results 5 issues of Mukund Tibrewala

### Describe the bug The [TTS API](https://tts.readthedocs.io/en/latest/models/xtts.html) states that `speaker_wav` can be a list of filepaths for multiple speaker references. But in `def tts_to_file(...)`, `speaker_wav` only accepts a single string....

bug
wontfix

I'm trying to access the [Self Diagnostics](https://electrek.co/2022/07/18/tesla-new-self-diagnostic-feature-app/) feature, which I [believe](https://twitter.com/tesla_adri/status/1548295084524707840) falls under `mobile-app/macgyver/urgent-autodiag-result`. But calling `api('SERVICE_MACGYVER_DIAGNOSTIC_RESULT')` returns a 404. Do I need to treat `mobile-app/` endpoints differently?

I'm trying to access the [Self Diagnostics](https://electrek.co/2022/07/18/tesla-new-self-diagnostic-feature-app/) feature, which I [believe](https://twitter.com/tesla_adri/status/1548295084524707840) falls under `mobile-app/macgyver/urgent-autodiag-result`. But calling `api('SERVICE_MACGYVER_DIAGNOSTIC_RESULT')` returns a 404. Do I need to treat `mobile-app/` endpoints differently?

Hey! Running Vagrant 2.4.1 on my Mac M1. I have VMWare installed, and have run `vagrant plugin install vagrant-vmware-desktop` and `brew install --cask vagrant-vmware-utility`. Unfortunate I constantly get this error...

waiting-intake

### Steps to reproduce I'm calling `AudioSegment.from_mp3` with a file-like object (`io.BytesIO()`) containing ~5 seconds of audio. The latency of this single line is between 70-150ms on my M1 MacBook....