Explorar el Código

录制

tags/录制修改前
zhangxueyang hace 4 años
padre
commit
2dfd1932e2
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 1
    1
      Common/system/FFMpeg.cs
  2. 0
    1
      XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs

+ 1
- 1
Common/system/FFMpeg.cs Ver fichero

@@ -90,7 +90,7 @@ namespace Common.system
90 90
             myProcess.StartInfo.FileName = FileToolsCommon.GetFileAbsolutePath(@"/ffmpeg/bin/ffmpeg.exe");   //ffmpeg.exe的绝对路径
91 91
             string SpeakerStr = "";
92 92
             string MicrophoneStr = "";
93
-            if (IsRecordSpeaker)
93
+            if (/*IsRecordSpeaker*/true)
94 94
             {
95 95
                 SpeakerStr = "-f dshow -i audio=\"virtual-audio-capturer\" ";
96 96
             }

+ 0
- 1
XHWK.WKTool/XHMicroLessonSystemWindow.xaml.cs Ver fichero

@@ -1110,7 +1110,6 @@ namespace XHWK.WKTool
1110 1110
                 InitializeUpload();
1111 1111
             }
1112 1112
             //btnStop.IsEnabled = true;//停止录制按钮可点击
1113
-            StartRecord();
1114 1113
         }
1115 1114
         /// <summary>
1116 1115
         /// 初始化上传

Loading…
Cancelar
Guardar