add PCM16 audio stream to wave is reday

This commit is contained in:
RockYang
2024-10-14 18:39:50 +08:00
parent 13564993d7
commit bd852c82b7
10 changed files with 524 additions and 199 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1726622198991') format('woff2'),
url('iconfont.woff?t=1726622198991') format('woff'),
url('iconfont.ttf?t=1726622198991') format('truetype');
src: url('iconfont.woff2?t=1728891448746') format('woff2'),
url('iconfont.woff?t=1728891448746') format('woff'),
url('iconfont.ttf?t=1728891448746') format('truetype');
}
.iconfont {
@@ -13,6 +13,14 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-call:before {
content: "\e769";
}
.icon-hung-up:before {
content: "\e609";
}
.icon-paypal:before {
content: "\e666";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,20 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "11231556",
"name": "打电话",
"font_class": "call",
"unicode": "e769",
"unicode_decimal": 59241
},
{
"icon_id": "21969717",
"name": "挂机",
"font_class": "hung-up",
"unicode": "e609",
"unicode_decimal": 58889
},
{
"icon_id": "7443846",
"name": "PayPal",

Binary file not shown.