Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Aug 24, 2021
1 parent f14ccc3 commit 858e6d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/mgc2mgc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ void PrintUsage(std::ostream* stream) {
* mgc2mgc -m 12 -a 0 -g -1 -M 30 -A 0.31 -G 0 < data.lpc > data.mcep
* @endcode
*
* Impulse response can be calculated using this command instead of @c c2mpir.
*
* @code{.sh}
* mgc2mgc -m 10 -a 0.4 -g 0 -M 30 -A 0.0 -G 1 -U < data.mcep > data.ir
* # This is equivalent to that:
* # freqt -a 0.4 -A 0.0 -m 10 -M 30 data.mcep | c2mpir -m 30 -M 30 > data.ir
* @endcode
*
* @param[in] argc Number of arguments.
* @param[in] argv Argument vector.
* @return 0 on success, 1 on failure.
Expand Down

0 comments on commit 858e6d0

Please sign in to comment.