1. 增加录制取消消息
2. 媒体共享发包阈值增大 3. 录制x264改为baseline 4. 录制增加audio capture filter 64位 git-svn-id: https://dev.3mang.com:543/svn/liveAssistant@42 ac0e06cd-bbdd-2244-bc7c-814b9d430a94
正在显示
12 个修改的文件
包含
4 行增加
和
0 行删除
files/audio_reg64.bat
0 → 100644
| 1 | +regsvr32 /s %~dp0\audio_sniffer-x64.dll |
files/audio_sniffer-x64.dll
0 → 100644
不能预览此文件类型
files/audio_unreg64.bat
0 → 100644
| 1 | +regsvr32 /u /s %~dp0\audio_sniffer-x64.dll |
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
This file is too large to display.
| @@ -103,6 +103,7 @@ Section "Dummy Section" SecDummy | @@ -103,6 +103,7 @@ Section "Dummy Section" SecDummy | ||
| 103 | 103 | ||
| 104 | ExecWait '$app_dir\3mlive\livemgr.exe -uninstall' | 104 | ExecWait '$app_dir\3mlive\livemgr.exe -uninstall' |
| 105 | ExecWait '$app_dir\3mlive\audio_unreg.bat' | 105 | ExecWait '$app_dir\3mlive\audio_unreg.bat' |
| 106 | + ExecWait '$app_dir\3mlive\audio_unreg64.bat' | ||
| 106 | 107 | ||
| 107 | ;ADD YOUR OWN FILES HERE... | 108 | ;ADD YOUR OWN FILES HERE... |
| 108 | File .\files\*.* | 109 | File .\files\*.* |
| @@ -111,6 +112,7 @@ Section "Dummy Section" SecDummy | @@ -111,6 +112,7 @@ Section "Dummy Section" SecDummy | ||
| 111 | WriteUninstaller $app_dir\"3mlive\Uninstall.exe" | 112 | WriteUninstaller $app_dir\"3mlive\Uninstall.exe" |
| 112 | 113 | ||
| 113 | ExecWait '$app_dir\3mlive\audio_reg.bat' | 114 | ExecWait '$app_dir\3mlive\audio_reg.bat' |
| 115 | + ExecWait '$app_dir\3mlive\audio_reg64.bat' | ||
| 114 | ExecWait '$app_dir\3mlive\livemgr.exe -install' | 116 | ExecWait '$app_dir\3mlive\livemgr.exe -install' |
| 115 | 117 | ||
| 116 | WriteRegStr HKCU "${PRODUCT_APP_PATH}" "app_data_path" "$app_dir\3mlive\" | 118 | WriteRegStr HKCU "${PRODUCT_APP_PATH}" "app_data_path" "$app_dir\3mlive\" |
-
请 注册 或 登录 后发表评论