feat: add audioTrack for multilanguage audio
This commit is contained in:
parent
2d302d763d
commit
ae72a230a2
10 changed files with 54 additions and 10 deletions
|
|
@ -3,7 +3,7 @@ use std::path::PathBuf;
|
|||
use anyhow::{Context, Result};
|
||||
use clap::{Parser, Subcommand};
|
||||
use futures::stream::{self, StreamExt};
|
||||
use indicatif::{MultiProgress, ProgressBar, ProgressStyle, ProgressDrawTarget};
|
||||
use indicatif::{MultiProgress, ProgressBar, ProgressStyle};
|
||||
use reqwest::{Client, ClientBuilder};
|
||||
use rustypipe::client::{ClientType, RustyTube};
|
||||
|
||||
|
|
|
|||
Reference in a new issue