Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Aug 3, 2021
1 parent ac49e24 commit 02f070c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@

namespace sptk {

/**
* Preprocess filter gain.
*/
class InputSourcePreprocessingForFilterGain : public InputSourceInterface {
public:
//
/**
* Type of filter gain.
*/
enum FilterGainType {
kLinear = 0,
kLog,
Expand Down

0 comments on commit 02f070c

Please sign in to comment.