feat: add audioTrack for multilanguage audio

This commit is contained in:
ThetaDev 2022-08-25 18:22:38 +02:00
parent 2d302d763d
commit ae72a230a2
10 changed files with 54 additions and 10 deletions

View file

@ -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};