Skip to content

Commit

Permalink
新博客。升级版本(reco 2.0.0-rc.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewt45 committed May 11, 2024
1 parent 89e2cb9 commit eae87a2
Show file tree
Hide file tree
Showing 4 changed files with 2,297 additions and 1,890 deletions.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineUserConfig } from 'vuepress'
import { recoTheme } from 'vuepress-theme-reco'
import type { DefaultThemeOptions } from 'vuepress'
import { viteBundler } from '@vuepress/bundler-vite'

export default defineUserConfig({
bundler: viteBundler(),
lang: 'zh-CN',
title: "博客",
// description: '我的博客',
Expand Down
28 changes: 28 additions & 0 deletions docs/blogs/2024/spring/termuxPulseAudioBugs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
date: '2024-5-11 20:18:36'
title: Termux的PulseAudio的Bug(华为,荣耀,三星)
categories:
- android
- termux
tags:
- android
- termux
- pulseaudio
- huawei
---

## 华为/荣耀手机无声音
解决办法:
参考https://github.com/termux/termux-packages/issues/11208

sles不工作但是aaudio,去配置文件里开启。
打开`/data/data/com.termux/files/usr/etc/pulse/default.pa`
最后一行`#load-module module-aaudio-sink` 前的注释 `#` 删掉。

## 三星手机(One UI 6.1) 无声音
也是sles不工作
解决办法参考
https://github.com/termux/termux-packages/issues/19623

添加环境变量
`LD_PRELOAD=/system/lib64/libskcodec.so`
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"fetch-jsonp": "^1.2.1",
"file-saver": "^2.0.5",
"vue-jsonp": "^2.0.0",
"vuepress": "2.0.0-beta.67",
"vuepress-theme-reco": "2.0.0-beta.68"
"vuepress": "2.0.0-rc.9",
"vuepress-theme-reco": "2.0.0-rc.8",
"@vuepress/bundler-vite": "2.0.0-rc.9"
}
}
Loading

0 comments on commit eae87a2

Please sign in to comment.