This commit is contained in:
Claudio Santini 2025-02-09 22:02:12 +01:00
parent 013504a3c9
commit 57ae3ca6e4
3 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import argparse
import sys

View file

@ -1,8 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# audiblez - A program to convert e-books into audiobooks using
# Kokoro-82M model for high-quality text-to-speech synthesis.
# by Claudio Santini 2025 - https://claudio.uk
# -*- coding: utf-8 -*-
import torch.cuda
import spacy
import ebooklib

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# A simple wxWidgets UI for audiblez
import torch.cuda
import numpy as np
import soundfile