|
|
|
|
|
by ajconway
1355 days ago
|
|
1. Install numpy (pip3 install numpy) 2. Download a bazel binary (https://github.com/bazelbuild/bazel/releases or use package manager) 3. bazel build -c opt :encoder_main 4. bazel-bin/encoder_main --input_path=testdata/sample1_16kHz.wav --output_dir=$HOME/temp --bitrate=3200 Done! |
|