version 0.0.15

This commit is contained in:
guanjihuan
2021-07-22 00:15:34 +08:00
parent e000fab086
commit 4f433349ef
3 changed files with 18 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ guan.plot_contour(x, y, matrix, xlabel='x', ylabel='y', title='', filename='a',
guan.download_with_scihub(address=None, num=1)
# audio
guan.str_to_audio(str='hello world', rate=125, voice=1, read=1, save=0, print_text=0)
guan.txt_to_audio(txt_path, rate=125, voice=1, read=1, save=0, print_text=0)
content = guan.pdf_to_text(pdf_path)
guan.pdf_to_audio(pdf_path, rate=125, voice=1, read=1, save=0, print_text=0)