Skip to content

Commit 522e8a2

Browse files
committed
Fix
1 parent c206b33 commit 522e8a2

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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-
73
Extract 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
1814
Options:
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

0 commit comments

Comments
 (0)