comparison CHANGES @ 892:110749b39ea2

CHANGES: document fc-imy2pwt and fc-imyplay
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Apr 2022 05:42:29 +0000
parents 702470859ebd
children 0a2f50c571de
comparison
equal deleted inserted replaced
891:8e5f68b6420a 892:110749b39ea2
7 7
8 + fc-pwt-comp compiles PWT buzzer melodies from our ASCII source format (same 8 + fc-pwt-comp compiles PWT buzzer melodies from our ASCII source format (same
9 as for fc-buzplay) into the binary format read by the new BUZM melody player 9 as for fc-buzplay) into the binary format read by the new BUZM melody player
10 engine in FC Tourmaline firmware. 10 engine in FC Tourmaline firmware.
11 11
12 + fc-imy2pwt converts user/community/Internet-sourced monophonic ringtone
13 melodies from iMelody interchange format to our ASCII PWT format, i.e., the
14 format to be fed to fc-pwt-comp.
15
12 + fc-ringlist-comp compiles melody lists into the binary format that will be 16 + fc-ringlist-comp compiles melody lists into the binary format that will be
13 read by our phone UI firmware at a later stage of integration. 17 read by our phone UI firmware at a later stage of integration.
14 18
15 + fc-meltest-pwt plays a single PWT melody (read from ASCII source file) on a 19 + fc-meltest-pwt plays a single PWT melody (read from ASCII source file) on a
16 running FreeCalypso phone or devboard, accessed via rvinterf. fc-meltest-e1 20 running FreeCalypso phone or devboard, accessed via rvinterf. fc-meltest-e1
17 does the same for E1 melodies, playing in the currently active voice path. 21 does the same for E1 melodies, playing in the currently active voice path.
22
23 + fc-imyplay plays a single IMY melody on a running FC phone or devboard,
24 accessed via rvinterf. It is like fc-meltest-pwt, but with the additional
25 step of fc-imy2pwt included.
18 26
19 * New l1trace-filter program connects to rvinterf as a client and displays only 27 * New l1trace-filter program connects to rvinterf as a client and displays only
20 certain filtered L1 traces; it was written for the purpose of isolating 28 certain filtered L1 traces; it was written for the purpose of isolating
21 specific traces of interest out of the noise. 29 specific traces of interest out of the noise.
22 30