File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 11# ` extract-audio `
22
3- [ ![ Build] ( https://github.com/RustedBytes/extract-audio/actions/workflows/build.yml/badge.svg )] ( https://github.com/RustedBytes/extract-audio/actions/workflows/build.yml )
4- [ ![ win-x86_64] ( https://github.com/RustedBytes/extract-audio/actions/workflows/win-x86_64.yml/badge.svg )] ( https://github.com/RustedBytes/extract-audio/actions/workflows/win-x86_64.yml )
5- [ ![ win-aarch64] ( https://github.com/crs-org/extract-audio/actions/workflows/win-aarch64.yml/badge.svg )] ( https://github.com/crs-org/extract-audio/actions/workflows/win-aarch64.yml )
6-
73Extract audio files from a parquet or arrow file generated by Hugging Face ` datasets ` library.
84
95## Demo
@@ -13,14 +9,17 @@ Extract audio files from a parquet or arrow file generated by Hugging Face `data
139## Usage
1410
1511```
16- Usage: extract-audio [OPTIONS] --input <INPUT> -- output <OUTPUT>
12+ Usage: extract-audio [OPTIONS] --output <OUTPUT>
1713
1814Options:
19- --input <INPUT> The path to the input file
20- --format <FORMAT> File format [default: parquet] [possible values: arrow, parquet]
21- --output <OUTPUT> The path to the output files
22- -h, --help Print help
23- -V, --version Print version
15+ --input <INPUT> The path to the input file
16+ --input-dir <INPUT_DIR> The path to a directory with input files
17+ --format <FORMAT> File format [default: parquet] [possible values: arrow, parquet]
18+ --output <OUTPUT> The path to the output files
19+ --threads <THREADS> Number of threads to use for processing [default: 3]
20+ --metadata-file <METADATA_FILE> CSV file where transcriptions should be written
21+ -h, --help Print help
22+ -V, --version Print version
2423```
2524
2625## Example
You can’t perform that action at this time.
0 commit comments