【发布时间】:2016-08-08 07:36:02
【问题描述】:
我正在使用 spandsp 进行音调检测,我正在为巴西寻找在 spandsp.conf.xml 中配置 SIT、REORDER 和 BUSY 音调的一些指导。
HZ 中的频率 (freq1/freq2) 参数是可以理解的,min/max 参数似乎 是音调持续时间。在哪里可以找到巴西的这些值?
这是美国样本:
<descriptor name="1">
<tone name="CED_TONE">
<element freq1="2100" freq2="0" min="700" max="0"/>
</tone>
<tone name="SIT">
<element freq1="950" freq2="0" min="256" max="400"/>
<element freq1="1400" freq2="0" min="256" max="400"/>
<element freq1="1800" freq2="0" min="256" max="400"/>
</tone>
<tone name="RING_TONE" description="North America ring">
<element freq1="440" freq2="480" min="1200" max="0"/>
</tone>
<tone name="REORDER_TONE">
<element freq1="480" freq2="620" min="224" max="316"/>
<element freq1="0" freq2="0" min="168" max="352"/>
<element freq1="480" freq2="620" min="224" max="316"/>
</tone>
<tone name="BUSY_TONE">
<element freq1="480" freq2="620" min="464" max="536"/>
<element freq1="0" freq2="0" min="464" max="572"/>
<element freq1="480" freq2="620" min="464" max="536"/>
</tone>
</descriptor>
以下是符合 ITU 标准的巴西音调:
http://www.itu.int/pub/T-SP-OB.781-2003
但没有提及 min/max 值。 看看是否有人可以为 spandsp.conf.xml 或一些见解提供巴西的示例配置。
【问题讨论】:
-
以上示例如果为
<!-- North America -->,我认为巴西属于南美洲。所以如果你能找到south america那么我可能适合巴西freeswitch.org/stash/projects/FS/repos/freeswitch/browse/conf/… -
您的链接是我已经提到的示例文件,不包含南美洲,只有美国、德国、英国。
标签: sip freeswitch