zhengfuze

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
  1 +regsvr32 /s %~dp0\audio_sniffer.dll
不能预览此文件类型
  1 +regsvr32 /u /s %~dp0\audio_sniffer.dll
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
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\"