diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4500c782 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# CMake generated files +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles/ +CMakeScripts/ +Testing/ +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps/ +CMakeUserPresets.json +# IDE-specific files +vscode/ +cache/ +clangd/ +# Compiled object files +*.o +*.obj +# Compiled dynamic libraries +*.so +*.dylib +*.dll +# Compiled static libraries +*.a +*.lib +# Executables +*.exe +*.out +*.app diff --git a/README_dec.md b/README_dec.md index 3db93207..29ad270c 100644 --- a/README_dec.md +++ b/README_dec.md @@ -164,7 +164,7 @@ The libxaac decoder can be run by providing command-line parameters(CLI options) Command line usage : ``` - -ifile: -imeta: -ofile: [options] +xaacdec -ifile: -imeta: -ofile: [options] [options] can be, [-mp4:] @@ -230,7 +230,7 @@ where, Note: `loudness_leveling_flag` is applicable only if `LOUDNESS_LEVELING_SUPPORT` macro is enabled. Sample CLI: ``` - -ifile:in_file.aac -ofile:out_file.wav -pcmsz:16 +xaacdec -ifile:in_file.aac -ofile:out_file.wav -pcmsz:16 ``` # Validating the libxaac decoder diff --git a/README_enc.md b/README_enc.md index b80b1e2b..afc17be3 100644 --- a/README_enc.md +++ b/README_enc.md @@ -29,9 +29,9 @@ The configuration file for DRC is placed in `encoder\test` directory(impd_drc_co # Command line usage : ``` - -ifile: -ofile: [options] +xaacenc -ifile: -ofile: [options] (or) - -paramfile: +xaacenc -paramfile: [options] can be, [-br:] [-mps:] @@ -110,7 +110,7 @@ where, ``` Sample CLI: ``` --ifile:input_file.wav -ofile:out_file.aac -br: –aot: