1. 媒体共享改为12 fps
2. 用ffmpeg录制,virtual-audio-capturer和mic混音录制本地声音 git-svn-id: https://dev.3mang.com:543/svn/liveAssistant@40 ac0e06cd-bbdd-2244-bc7c-814b9d430a94
正在显示
10 个修改的文件
包含
4 行增加
和
0 行删除
files/audio_reg.bat
0 → 100644
| 1 | +regsvr32 /s %~dp0\audio_sniffer.dll |
files/audio_sniffer.dll
0 → 100644
不能预览此文件类型
files/audio_unreg.bat
0 → 100644
| 1 | +regsvr32 /u /s %~dp0\audio_sniffer.dll |
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
files/wsclient.exe
0 → 100644
不能预览此文件类型
This file is too large to display.
| @@ -102,6 +102,7 @@ Section "Dummy Section" SecDummy | @@ -102,6 +102,7 @@ Section "Dummy Section" SecDummy | ||
| 102 | SetOutPath $app_dir\"3mlive\" | 102 | SetOutPath $app_dir\"3mlive\" |
| 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 | 106 | ||
| 106 | ;ADD YOUR OWN FILES HERE... | 107 | ;ADD YOUR OWN FILES HERE... |
| 107 | File .\files\*.* | 108 | File .\files\*.* |
| @@ -109,6 +110,7 @@ Section "Dummy Section" SecDummy | @@ -109,6 +110,7 @@ Section "Dummy Section" SecDummy | ||
| 109 | ;Create uninstaller | 110 | ;Create uninstaller |
| 110 | WriteUninstaller $app_dir\"3mlive\Uninstall.exe" | 111 | WriteUninstaller $app_dir\"3mlive\Uninstall.exe" |
| 111 | 112 | ||
| 113 | + ExecWait '$app_dir\3mlive\audio_reg.bat' | ||
| 112 | ExecWait '$app_dir\3mlive\livemgr.exe -install' | 114 | ExecWait '$app_dir\3mlive\livemgr.exe -install' |
| 113 | 115 | ||
| 114 | WriteRegStr HKCU "${PRODUCT_APP_PATH}" "app_data_path" "$app_dir\3mlive\" | 116 | WriteRegStr HKCU "${PRODUCT_APP_PATH}" "app_data_path" "$app_dir\3mlive\" |
-
请 注册 或 登录 后发表评论