annotate .hgignore @ 6:6119d2c1e7d9

EFR2 encoder: mimic 5 ms delay of AMR
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 07:14:01 +0000
parents c511bfb36c2a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
cd1a63963fa4 std: build standard version here
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 syntax: regexp
cd1a63963fa4 std: build standard version here
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
cd1a63963fa4 std: build standard version here
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 \.[oa]$
cd1a63963fa4 std: build standard version here
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
2
c511bfb36c2a beginning of EFR2 decoder, using AMR version of AGC module
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
5 ^efr2/coder$
c511bfb36c2a beginning of EFR2 decoder, using AMR version of AGC module
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
6 ^efr2/decoder$
c511bfb36c2a beginning of EFR2 decoder, using AMR version of AGC module
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
7
1
cd1a63963fa4 std: build standard version here
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 ^std/coder$
cd1a63963fa4 std: build standard version here
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 ^std/decoder$
cd1a63963fa4 std: build standard version here
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 ^std/ed_iface$