-
Notifications
You must be signed in to change notification settings - Fork 31
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 #24 from lincollincol/dev
Progress listener. Optimizations. Release 2.1.1 version
- Loading branch information
Showing
14 changed files
with
529 additions
and
240 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// Created by linc on 29.08.21. | ||
// | ||
|
||
#ifndef AMPLITUDA_COMPRESS_TYPE_H | ||
#define AMPLITUDA_COMPRESS_TYPE_H | ||
|
||
#define COMPRESS_NONE 0 | ||
#define COMPRESS_SKIP 1 | ||
#define COMPRESS_PEEK 2 | ||
#define COMPRESS_AVERAGE 3 | ||
|
||
#endif //AMPLITUDA_COMPRESS_TYPE_H |
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.