File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 11#######################################
2- # Syntax Coloring Map For codec2
2+ # Syntax Coloring Map For OPUS
33#######################################
44
55#######################################
66# Datatypes (KEYWORD1)
77#######################################
88
9- CODEC2 KEYWORD1
9+ OPUS KEYWORD1
1010
1111#######################################
1212# Methods and Functions (KEYWORD2)
1313#######################################
1414
15- codec2_create KEYWORD2
16- codec2_destroy KEYWORD2
17- codec2_encode KEYWORD2
18- codec2_decode KEYWORD2
19- codec2_samples_per_frame KEYWORD2
20- codec2_bits_per_frame KEYWORD2
15+ opus_encoder_create KEYWORD2
16+ opus_encoder_init KEYWORD2
17+ opus_encoder_ctl KEYWORD2
18+ opus_decoder_create KEYWORD2
19+ opus_encode KEYWORD2
20+ opus_decode KEYWORD2
2121
2222#######################################
2323# Instances (KEYWORD2)
@@ -27,10 +27,3 @@ codec2_bits_per_frame KEYWORD2
2727# Constants (LITERAL1)
2828#######################################
2929
30- CODEC2_MODE_3200 LITERAL1
31- CODEC2_MODE_2400 LITERAL1
32- CODEC2_MODE_1600 LITERAL1
33- CODEC2_MODE_1400 LITERAL1
34- CODEC2_MODE_1300 LITERAL1
35- CODEC2_MODE_1200 LITERAL1
36- CODEC2_MODE_700C LITERAL1
You can’t perform that action at this time.
0 commit comments