-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from hemit-s/jat-70
JAT-70 Use Equalizer APO directly rather than Peace
- Loading branch information
Showing
21 changed files
with
836 additions
and
427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ npm-debug.log.* | |
*.css.d.ts | ||
*.sass.d.ts | ||
*.scss.d.ts | ||
|
||
state.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
enum ChannelEnum { | ||
HEALTH_CHECK = 'healthCheck', | ||
GET_ENABLE = 'getEnable', | ||
SET_ENABLE = 'setEnable', | ||
GET_PREAMP = 'getPreamp', | ||
SET_PREAMP = 'setPreamp', | ||
GET_FILTER_GAIN = 'getFilterGain', | ||
SET_FILTER_GAIN = 'setFilterGain', | ||
GET_FILTER_FREQUENCY = 'getFilterFrequency', | ||
SET_FILTER_FREQUENCY = 'setFilterFrequency', | ||
GET_FILTER_QUALITY = 'getFilterQuality', | ||
SET_FILTER_QUALITY = 'setFilterQuality', | ||
GET_FILTER_COUNT = 'getFilterCount', | ||
ADD_FILTER = 'addFilter', | ||
REMOVE_FILTER = 'removeFilter', | ||
} | ||
|
||
export default ChannelEnum; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.