Skip to content

Instantly share code, notes, and snippets.

@JeffPlsFix
JeffPlsFix / snippet.py
Last active December 4, 2023 09:56
Trim wav file from end with scipy
'''
Modified version of "Trim wave file example with scipy" from link below
https://www.janpijpers.com/trim-wave-file-example-with-scipy/
Trims a wav file from beginning and end, specified in seconds
'''
from scipy.io import wavfile
def trim_wav( originalWavPath, newWavPath , start, end ):
@JeffPlsFix
JeffPlsFix / Tortoise-tts-fastest.md
Last active January 9, 2024 21:52
Tortoise-tts-fastest Installation using WSL

Tutorial for stable install of Tortoise-tts-fastest fork

last updated 09. january 2024

introduction

Repo: https://github.com/manmay-nakhashi/tortoise-tts-fastest

I had countless problems at all steps when trying to get this to work, and also a lot of Out of Memory errors where pytorch tries to allocate 20+ gigs of VRAM on my 11 gig GTX1080ti,