NEWS.md

version 0.4.17

NEWS.md setup

import os import re

file_list = [] for root, dirs, files in os.walk('./'): file_list = [f for f in files if re.findall(r'[.]wav', f, re.IGNORECASE)] break

print(file_list)

. os.listdir? . os.walk(pathfrom, level=1)? . os.walk(pathfrom, recursive = FALSE)? . https://stackoverflow.com/questions/229186/os-walk-without-digging-into-directories-below



Try the voice package in your browser

Any scripts or data that you put into this service are public.

voice documentation built on April 19, 2023, 5:09 p.m.