Closed Neltherion closed 5 years ago
Just comment all the lines with "torchaudio" in "sda.py". It's not needed if you call VideoAnimator this way: `
import sda import scipy.io.wavfile as wav from PIL import Image va = sda.VideoAnimator(gpu=0)# Instantiate the aminator fs, audio_clip = wav.read("example/audio.wav") still_frame = Image.open("example/image.bmp") vid, aud = va(frame, audio_clip, fs=fs)`
The new version has no dependency on torchaudio so this can be closed
As the title says...