0
我正在使用spandsp進行音頻檢測,我正在尋找一些關於配置SIT,REORDER和BUSY音色的指南,幫助巴西的spandsp.conf.xml。在HZFreeswitch spandsp.conf.xml音調設置
頻率(FREQ1/FREQ2)params爲可以理解的,並且最小/最大 PARAMS 似乎爲音調的持續時間。我在哪裏可以找到巴西的這些值?
這是美國樣本:
<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
但沒有提及對最小/最大值。 查看是否有人可以爲spandsp.conf.xml提供巴西樣本配置或某些見解。
上面的示例如果對於<! - 北美 - >',我認爲巴西屬於南美洲。所以,如果你可以找到'南美洲'那麼我可能適合巴西 https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/conf/vanilla/autoload_configs/spandsp.conf.xml –
你的鏈接是我已經提到的示例文件,不包含南美洲,僅限於美國,德國,英國。 – spicyramen