index.tsx 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  1. import styles from "./index.module.less";
  2. import { Snackbar } from "@varlet/ui";
  3. import { closeToast, showLoadingToast, showToast, Popup } from "vant";
  4. import { defineComponent, onMounted, onUnmounted, reactive, ref, watch } from "vue";
  5. import { getLeveByScore, getLeveByScoreMeasure, IEvaluatings } from "./evaluatResult";
  6. import {
  7. cancelEvaluating,
  8. endEvaluating,
  9. endSoundCheck,
  10. getEarphone,
  11. api_proxyServiceMessage,
  12. removeResult,
  13. sendResult,
  14. startEvaluating,
  15. startSoundCheck,
  16. api_openWebView,
  17. api_startRecording,
  18. api_startRecordingCb,
  19. api_stopRecording,
  20. api_recordStartTime,
  21. api_remove_recordStartTime,
  22. api_startCapture,
  23. api_endCapture,
  24. api_getDeviceDelay,
  25. hideComplexButton,
  26. api_checkSocketStatus,
  27. addAccompanyError,
  28. removeAccompanyError,
  29. addSocketStatus,
  30. removeSocketStatus,
  31. api_disconnectSocket,
  32. api_midiMicDelay,
  33. api_cloudSetCurrentTime,
  34. api_cloudChangeSpeed,
  35. api_startDelayCheck,
  36. api_closeDelayCheck,
  37. api_openCamera,
  38. api_closeCamera,
  39. } from "/src/helpers/communication";
  40. import state, { IPlayState, clearSelection, handleStopPlay, onPlay, resetPlaybackToStart, togglePlay, initSetPlayRate, resetBaseRate, scrollViewNote } from "/src/state";
  41. import { IPostMessage } from "/src/utils/native-message";
  42. import { usePageVisibility } from "@vant/use";
  43. import { browser } from "/src/utils";
  44. import { getAudioCurrentTime, toggleMutePlayAudio, audioListStart, audioData } from "../audio-list";
  45. import { handleStartTick, closeTick } from "../tick";
  46. import AbnormalPop from "../abnormal-pop";
  47. import { storeData } from "../../store";
  48. import icon_bg from "../abnormal-pop/icon_bg.svg";
  49. import icon_close from "../abnormal-pop/icon_close.svg";
  50. import icon_btn from "../abnormal-pop/icon_btn.png";
  51. import icon_success from "../abnormal-pop/icon_success.png";
  52. import { data } from "../../page-instrument/custom-plugins/work-index";
  53. import { startCountdown } from "/src/page-instrument/evaluat-model/countdown";
  54. const browserInfo = browser();
  55. let socketStartTime = 0;
  56. export const popImgs = {
  57. icon_bg,
  58. icon_close,
  59. icon_btn,
  60. icon_success,
  61. };
  62. export const evaluatingData = reactive({
  63. /** 评测数据 */
  64. contentData: {} as any,
  65. /** 评测模块是否加载完成 */
  66. rendered: false,
  67. earphone: false, // 是否插入耳机
  68. soundEffect: false, // 是否效音
  69. soundEffectFrequency: 0, // 效音频率
  70. checkStep: 0, // 执行步骤
  71. checkEnd: false, // 检测结束
  72. earphoneMode: false, // 耳机弹窗
  73. earPhoneType: "" as "" | "有线耳机" | "蓝牙耳机", // 耳机类型
  74. soundEffectMode: false, // 效音弹窗
  75. websocketState: false, // websocket连接状态
  76. /**是否开始播放 */
  77. startBegin: false, // 开始
  78. backtime: 0, // 延迟时间
  79. /** 已经评测的数据 */
  80. evaluatings: {} as IEvaluatings,
  81. /** 评测结果 */
  82. resultData: {} as any,
  83. /** 评测结果弹窗 */
  84. resulstMode: false,
  85. /** 是否是完整评测 */
  86. isComplete: false,
  87. /** */
  88. isDisabledPlayMusic: false,
  89. /** socket异常状态弹窗 */
  90. socketErrorPop: false,
  91. /** 异常提示 */
  92. errorContents: '',
  93. /** socket异常状态弹窗的状态值 */
  94. socketErrorStatus: 0,
  95. /** 延迟检测,socket状态异常 */
  96. delayCheckSocketError: false,
  97. /** 异常状态,不生成评测记录,不调用保存接口 */
  98. isErrorState: false,
  99. /** accompanyError,错误类型 */
  100. accompanyErrorType: '',
  101. /** app播放结束状态,重新评测需要重置为 */
  102. isAudioPlayEnd: false,
  103. preloadJson: true, // 预加载延迟检测的资源
  104. jsonLoading: true, // 延迟检测的资源加载中状态
  105. jsonLoadDone: true, // 延迟检测的动画dom加载完成状态
  106. hideResultModal: false, // 评测作业,如果不是完整评测,需要隐藏评测结果弹窗
  107. oneselfCancleEvaluating: false, // 是否是自主取消评测,自主取消评测,不生产评测记录
  108. isBeginMask: false, // 倒计时和系统节拍器时候的遮罩,防止用户点击,
  109. recordingTime: 0, // 调用startRecording的时间
  110. endEvaluatingTime: 0, // 调用endEvaluating的时间
  111. evaluatSpeed: 0, // 评测记录的速度
  112. needReplayEvaluat: false, // 手动取消评测,需要自动开始评测
  113. needPlayTick: false, // 评测时,mp3节拍器需要等待音频开始播放后再执行播放节拍器的圆点动画
  114. tipErjiShow: false, // 评测提示弹窗
  115. onceErjiPopShow: false, // 是否已经提示过耳机弹窗,重新进入评测页面,重置该状态为false,手动关掉耳机弹窗,改变该状态为true,本次评测都不在提示耳机状态弹窗
  116. needCheckErjiStatus: true, // 点击评测模式进入评测模块的需要检测耳机状态,通过返回按钮进入评测模块的,不检测耳机状态
  117. });
  118. const sendOffsetTime = async (offsetTime: number) => {
  119. const delayData = await api_getDeviceDelay();
  120. api_midiMicDelay({
  121. header: {
  122. commond: "audioPlayStart",
  123. type: "SOUND_COMPARE",
  124. },
  125. body: {
  126. offsetTime,
  127. micDelay: delayData?.content?.value,
  128. },
  129. });
  130. };
  131. /** 点击开始评测按钮 */
  132. export const handleStartEvaluat = async () => {
  133. if (state.modeType === "evaluating") {
  134. handleCancelEvaluat();
  135. // 放下面会在异步之后执行 旋律线可能在会隐藏不了
  136. state.modeType = "practise";
  137. } else {
  138. // 放下面会在异步之后执行 旋律线可能在会隐藏不了
  139. state.modeType = "evaluating";
  140. if (state.platform !== "PC") {
  141. // 评测前先检查APP端的websocket状态
  142. const res = await api_checkSocketStatus();
  143. if (res?.content?.status === "connected") {
  144. handleStopPlay();
  145. } else {
  146. // socket未连接
  147. // evaluatingData.socketErrorPop = true
  148. }
  149. } else {
  150. handleStopPlay();
  151. }
  152. }
  153. //state.modeType = state.modeType === "evaluating" ? "practise" : "evaluating";
  154. if (state.modeType !== "evaluating") {
  155. // 切换到练习模式,卸载评测模块
  156. evaluatingData.rendered = false;
  157. }
  158. };
  159. /** 开始评测 & 延迟检测开始按钮 */
  160. export const startCheckDelay = async () => {
  161. // 评测前先检查APP端的websocket状态
  162. const res = await api_checkSocketStatus();
  163. if (res?.content?.status === "connected") {
  164. //
  165. return new Promise((resolve) => {
  166. resolve({ checked: true });
  167. });
  168. } else {
  169. /**
  170. * socket未连接,记录此时的时间,以便于和收到socket成功链接,进行对比,对比时间小于500ms时,则连接中的状态默认显示500ms持续时间
  171. *
  172. * */
  173. socketStartTime = +new Date();
  174. evaluatingData.socketErrorPop = true;
  175. evaluatingData.socketErrorStatus = 1;
  176. return new Promise((resolve) => {
  177. resolve({ checked: false });
  178. });
  179. }
  180. };
  181. const check_currentTime = () => {
  182. let preTime = 0;
  183. // 选段评测模式
  184. if (state.isSelectMeasureMode) {
  185. preTime = state.section[0].time * 1000;
  186. }
  187. const currentTime = getAudioCurrentTime() * 1000 - preTime;
  188. // console.log('播放进度music', currentTime, 'preTime:' + preTime)
  189. if (currentTime >= 500) {
  190. sendEvaluatingOffsetTime(500);
  191. return;
  192. }
  193. setTimeout(() => {
  194. check_currentTime();
  195. }, 10);
  196. };
  197. /** 开始播放发送延迟时间 */
  198. export const sendEvaluatingOffsetTime = async (currentTime: number) => {
  199. // 没有开始时间点, 不处理
  200. if (!evaluatingData.backtime) return;
  201. const nowTime = Date.now();
  202. const delayTime = nowTime - evaluatingData.backtime - currentTime;
  203. console.error("真正播放延迟", delayTime, "currentTime:", currentTime);
  204. await api_proxyServiceMessage({
  205. header: {
  206. commond: "audioPlayStart",
  207. type: "SOUND_COMPARE",
  208. },
  209. body: {
  210. offsetTime: delayTime < 0 ? 0 : delayTime,
  211. micDelay: 0,
  212. },
  213. });
  214. };
  215. /** 检测耳机 */
  216. export const checkUseEarphone = async () => {
  217. const res = await getEarphone();
  218. return res?.content?.checkIsWired || false;
  219. };
  220. /**
  221. * 开始录音
  222. */
  223. const handleStartSoundCheck = () => {
  224. startSoundCheck();
  225. };
  226. /** 结束录音 */
  227. export const handleEndSoundCheck = () => {
  228. endSoundCheck();
  229. };
  230. /** 连接websocket */
  231. export const connectWebsocket = async (content: any) => {
  232. evaluatingData.contentData = content;
  233. evaluatingData.websocketState = true;
  234. };
  235. /**
  236. * 执行检测
  237. */
  238. export const handlePerformDetection = async () => {
  239. // 检测完成不检测了
  240. if (evaluatingData.checkEnd) return;
  241. // 延迟检测
  242. if (evaluatingData.checkStep === 0) {
  243. evaluatingData.checkStep = 5;
  244. // 没有设备延迟数据 或 开启了效音 显示检测组件,并持续检测耳机状态
  245. if (state.setting.soundEffect) {
  246. evaluatingData.soundEffectMode = true;
  247. return;
  248. }
  249. const delayTime = await api_getDeviceDelay();
  250. console.log("🚀 ~ delayTime:", delayTime);
  251. if (!delayTime) {
  252. evaluatingData.soundEffectMode = true;
  253. return;
  254. }
  255. handlePerformDetection();
  256. return;
  257. }
  258. // 检测耳机
  259. if ((evaluatingData.checkStep = 5)) {
  260. evaluatingData.checkStep = 10;
  261. const erji = await checkUseEarphone();
  262. if (!erji) {
  263. evaluatingData.earphoneMode = true;
  264. return;
  265. }
  266. handlePerformDetection();
  267. return;
  268. }
  269. // 效音
  270. // if (evaluatingData.checkStep === 7) {
  271. // // 是否需要开启效音
  272. // evaluatingData.checkStep = 10;
  273. // if (state.setting.soundEffect && !state.isPercussion) {
  274. // evaluatingData.soundEffectMode = true;
  275. // handleStartSoundCheck();
  276. // return
  277. // }
  278. // handlePerformDetection();
  279. // return;
  280. // }
  281. // 效验完成
  282. if (evaluatingData.checkStep === 10) {
  283. evaluatingData.checkEnd = true;
  284. }
  285. };
  286. /** 记录小节分数 */
  287. export const addMeasureScore = (measureScore: any, show = true) => {
  288. // #8720 bug修复
  289. for (let idx in evaluatingData.evaluatings) {
  290. evaluatingData.evaluatings[idx].show = false;
  291. }
  292. evaluatingData.evaluatings[measureScore.measureRenderIndex] = {
  293. ...measureScore,
  294. leve: getLeveByScoreMeasure(measureScore.score),
  295. show,
  296. };
  297. // console.log("🚀 ~ measureScore:", evaluatingData.evaluatings)
  298. };
  299. const handleScoreResult = (res?: IPostMessage) => {
  300. console.log("返回", res, evaluatingData.oneselfCancleEvaluating);
  301. // 如果是手动取消评测,不生成评测记录
  302. // if (evaluatingData.oneselfCancleEvaluating) {
  303. // return;
  304. // }
  305. if (res?.content) {
  306. const { header, body } = res.content;
  307. // 效音返回
  308. if (header.commond === "checking") {
  309. evaluatingData.soundEffectFrequency = body.frequency;
  310. }
  311. // 小节评分返回
  312. if (header?.commond === "measureScore" && !evaluatingData.oneselfCancleEvaluating) {
  313. console.log("🚀 ~ 评测返回:", res);
  314. addMeasureScore(body);
  315. }
  316. // 评测结束返回
  317. if (header?.commond === "overall") {
  318. console.log("🚀 ~ 评测返回:", res);
  319. console.log("评测结束", body);
  320. state.isHideEvaluatReportSaveBtn = false;
  321. setTimeout(() => {
  322. // 评测作业,如果不是完整评测,不展示评测弹窗
  323. if (data.trainingType === "EVALUATION" && !evaluatingData.isComplete) {
  324. evaluatingData.hideResultModal = true;
  325. } else {
  326. evaluatingData.hideResultModal = false;
  327. }
  328. // 手动取消评测,不展示评测弹窗
  329. if (evaluatingData.oneselfCancleEvaluating) {
  330. evaluatingData.hideResultModal = true;
  331. }
  332. evaluatingData.resulstMode = evaluatingData.isErrorState ? false : true;
  333. }, 200);
  334. evaluatingData.resultData = {
  335. ...body,
  336. ...getLeveByScore(body.score),
  337. };
  338. // console.log("🚀 ~ evaluatingData.resultData:", evaluatingData.resultData)
  339. closeToast();
  340. state.isLoading = false
  341. }
  342. }
  343. };
  344. /** 开始评测 */
  345. export const handleStartBegin = async (preTimes?: number) => {
  346. // 滚动到当前小节所在区域
  347. scrollViewNote(true);
  348. evaluatingData.needPlayTick = false;
  349. if (state.isAppPlay) {
  350. await api_cloudSetCurrentTime({
  351. currentTime: 0,
  352. songID: state.examSongId,
  353. })
  354. }
  355. evaluatingData.isComplete = false;
  356. evaluatingData.evaluatings = {};
  357. evaluatingData.resultData = {};
  358. evaluatingData.backtime = 0;
  359. evaluatingData.isAudioPlayEnd = false;
  360. const res = await startEvaluating(evaluatingData.contentData);
  361. if (res?.api !== "startEvaluating") {
  362. Snackbar.error("请在APP端进行评测");
  363. evaluatingData.startBegin = false;
  364. return;
  365. }
  366. if (res?.content?.reson) {
  367. // #10984,APP端会有弹窗提示,不需要再次提示
  368. // showToast(res.content?.des);
  369. evaluatingData.startBegin = false;
  370. return;
  371. }
  372. resetPlaybackToStart();
  373. evaluatingData.startBegin = true;
  374. if (evaluatingData.isDisabledPlayMusic) {
  375. evaluatingData.isBeginMask = true
  376. // 先播放倒计时
  377. await startCountdown()
  378. state.playState = state.playState === "paused" ? "play" : "paused";
  379. // 设置为开始播放时, 如果需要节拍,先播放节拍器
  380. if (state.playState === "play" && (state.playType==="play"&&state.needTick)||(state.playType==="sing"&&state.needSingTick)) {
  381. // 如果是系统节拍器 等系统节拍器播完了再播,如果是mp3节拍器 直接播
  382. if((state.playType==="play" && !state.isOpenMetronome)||(state.playType==="sing" && !state.isSingOpenMetronome)){
  383. const tickend = await handleStartTick();
  384. console.log("🚀 ~ tickend:", tickend)
  385. // 节拍器返回false, 取消播放
  386. if (!tickend) {
  387. state.playState = "paused";
  388. evaluatingData.startBegin = false;
  389. evaluatingData.isBeginMask = false
  390. return;
  391. }
  392. }else{
  393. // handleStartTick()
  394. // 需要等待音频返回进度后再执行节拍器圆点动画
  395. evaluatingData.needPlayTick = true;
  396. }
  397. }
  398. evaluatingData.isBeginMask = false
  399. onPlay();
  400. }
  401. if (evaluatingData.isErrorState) {
  402. state.playState = 'paused';
  403. evaluatingData.startBegin = false;
  404. return
  405. }
  406. //开始录音
  407. // await api_startRecording({
  408. // accompanimentState: state.setting.enableAccompaniment ? 1 : 0,
  409. // firstNoteTime: preTimes || 0,
  410. // });
  411. const rate = state.basePlayRate * state.originAudioPlayRate; // 播放倍率
  412. await api_startRecordingCb({
  413. // accompanimentState: state.setting.enableAccompaniment ? 1 : 0,
  414. accompanimentState: !state.accompany ? 0 : 1, // 评测没有伴奏时,静音播放
  415. firstNoteTime: preTimes || 0,
  416. speedRate: parseFloat(rate.toFixed(2)), // 播放倍率
  417. }, () => {
  418. if (state.isAppPlay) {
  419. setTimeout(() => {
  420. sendOffsetTime(0)
  421. }, 300);
  422. }
  423. })
  424. /**
  425. * 安卓端,快速点击开始评测和结束评测,间隔太小了时,会出现异常情况(音频没有停止播放)
  426. * 记录一下startRecord的开始时间
  427. */
  428. evaluatingData.recordingTime = +new Date();
  429. // 如果开启了摄像头, 开启录制视频
  430. if (state.setting.camera) {
  431. console.log("开始录制视频");
  432. await api_startCapture();
  433. }
  434. // 如果是midi音频评测,需要调用cloudPlay
  435. if (state.isAppPlay) {
  436. await api_cloudChangeSpeed({
  437. speed: state.originSpeed,
  438. originalSpeed: state.originSpeed,
  439. songID: state.examSongId,
  440. });
  441. audioData.progress = 0
  442. audioListStart(state.playState);
  443. }
  444. evaluatingData.oneselfCancleEvaluating = false;
  445. };
  446. /** 播放音乐 */
  447. const playMusic = async () => {
  448. const playState = await togglePlay("play");
  449. // 取消播放,停止播放
  450. if (!playState) {
  451. evaluatingData.startBegin = false;
  452. handleCancelEvaluat();
  453. return;
  454. }
  455. // 检测播放进度, 计算延迟
  456. check_currentTime();
  457. // 如果开启了摄像头, 开启录制视频
  458. if (state.setting.camera) {
  459. console.log("开始录制视频");
  460. api_startCapture();
  461. }
  462. };
  463. let _audio: HTMLAudioElement;
  464. /** 录音开始,记录开始时间点 */
  465. const recordStartTimePoint = async (res?: IPostMessage) => {
  466. console.error("开始录音");
  467. // 没有开始评测,不处理
  468. if (!evaluatingData.startBegin) return;
  469. let inteveral = res?.content?.inteveral || 0;
  470. if (browserInfo.ios) {
  471. inteveral *= 1000;
  472. }
  473. evaluatingData.backtime = inteveral || Date.now();
  474. console.log("🚀 ~ 开始时间点:", evaluatingData.backtime, "已经录的时间:", Date.now() - inteveral, "记录时间点:", Date.now());
  475. // 是否禁播
  476. if (evaluatingData.isDisabledPlayMusic) {
  477. return;
  478. }
  479. // 开始播放
  480. playMusic();
  481. };
  482. /**
  483. * 结束评测
  484. * @param isComplete 是否完整评测
  485. * @param endType 结束类型,selfCancel:是否是自己取消本次评测
  486. * @returns
  487. */
  488. export const handleEndEvaluat = (isComplete = false, endType?: string) => {
  489. // 没有开始评测 , 不是评测模式 , 不评分
  490. if (!evaluatingData.startBegin || state.modeType !== "evaluating") return;
  491. // 结束录音
  492. // api_stopRecording();
  493. // 结束评测
  494. console.log("评测结束1");
  495. endEvaluating({
  496. musicScoreId: state.examSongId,
  497. });
  498. // 评测作业如果不是完整评测,给出提示
  499. if (!isComplete && data.trainingType === "EVALUATION") {
  500. showToast({
  501. message: "完整演奏结束才算作业分数!",
  502. });
  503. } else {
  504. if (!endType) {
  505. state.loadingText = "正在评分中,请稍等..."
  506. state.isLoading = true
  507. // showLoadingToast({
  508. // message: "评分中",
  509. // duration: 0,
  510. // overlay: true,
  511. // overlayClass: styles.scoreMode,
  512. // });
  513. }
  514. }
  515. setTimeout(() => {
  516. evaluatingData.startBegin = false;
  517. if (endType === 'selfCancel') {
  518. // 重置播放倍率
  519. const item: any = (state.sectionStatus && state.section.length === 2) ? state.sectionFirst || state.section[0] : state.times[0];
  520. state.activeNoteIndex = item.i;
  521. state.activeMeasureIndex = item.MeasureNumberXML;
  522. resetBaseRate(item.i);
  523. }
  524. }, 500);
  525. evaluatingData.isComplete = isComplete;
  526. // 如果开启了摄像头, 结束录制视频
  527. if (state.setting.camera) {
  528. console.log("结束录制视频");
  529. api_endCapture();
  530. }
  531. };
  532. // 校验评测结束最小的时间间隔
  533. export const checkMinInterval = () => {
  534. const currentTime = +new Date();
  535. // 开始评测和结束评测的间隔时间小于800毫秒,则不处理
  536. if (currentTime - evaluatingData.recordingTime < 800) {
  537. return;
  538. }
  539. }
  540. /**
  541. * 结束评测(手动结束评测)
  542. */
  543. export const handleEndBegin = () => {
  544. handleEndEvaluat();
  545. handleStopPlay();
  546. };
  547. /**
  548. * 取消评测
  549. */
  550. export const handleCancelEvaluat = (cancelType?: string) => {
  551. evaluatingData.evaluatings = {};
  552. evaluatingData.startBegin = false;
  553. // 关闭提示
  554. closeToast();
  555. // 取消记录
  556. api_proxyServiceMessage({
  557. header: {
  558. commond: "recordCancel",
  559. type: "SOUND_COMPARE",
  560. status: 200,
  561. },
  562. });
  563. /**
  564. * 异常状态是取消评测(cancelEvaluating),正常结束时结束评测(endEvaluating)
  565. */
  566. // if (cancelType === "cancel") {
  567. // // 取消评测
  568. // cancelEvaluating();
  569. // } else {
  570. // endEvaluating({
  571. // musicScoreId: state.examSongId,
  572. // });
  573. // }
  574. cancelEvaluating();
  575. // 停止播放
  576. handleStopPlay();
  577. console.log("评测结束2");
  578. endEvaluating({
  579. musicScoreId: state.examSongId,
  580. });
  581. // 如果开启了摄像头, 结束录制视频
  582. if (state.setting.camera) {
  583. console.log("结束录制视频");
  584. api_endCapture();
  585. }
  586. };
  587. /** 查看报告 */
  588. export const handleViewReport = (key: "recordId" | "recordIdStr", type: "gym" | "colexiu" | "orchestra" | "instrument") => {
  589. const id = evaluatingData.resultData?.[key] || "";
  590. let url = "";
  591. switch (type) {
  592. case "gym":
  593. url = location.origin + location.pathname + "#/report/" + id;
  594. break;
  595. case "orchestra":
  596. url = location.origin + location.pathname + "report-share.html?id=" + id;
  597. break;
  598. case "instrument":
  599. url = location.origin + location.pathname + "#/evaluat-report?id=" + id + "&musicRenderType=" + state.musicRenderType + "&systemType=" + state.systemType;
  600. if (state.isSchool) {
  601. url += `&school=1`;
  602. }
  603. break;
  604. default:
  605. url = location.origin + location.pathname + "report-share.html?id=" + id;
  606. break;
  607. }
  608. api_openWebView({
  609. url,
  610. orientation: 0,
  611. isHideTitle: true, // 此处兼容安卓,意思为隐藏全部头部
  612. statusBarTextColor: false,
  613. isOpenLight: true,
  614. c_orientation: 0,
  615. });
  616. };
  617. // 隐藏存演奏按钮
  618. const handleComplexButton = (res?: IPostMessage) => {
  619. console.log("监听是否隐藏保存按钮", res);
  620. if (res?.content) {
  621. const { header, body } = res.content;
  622. state.isHideEvaluatReportSaveBtn = true;
  623. }
  624. };
  625. // 检测到APP发送的异常信息
  626. const handleAccompanyError = (res?: IPostMessage) => {
  627. console.log("异常信息返回", res);
  628. if (res?.content) {
  629. const { type, reson } = res.content;
  630. state.playState = 'paused'
  631. switch (type) {
  632. case "enterBackground":
  633. // App退到后台
  634. case "playError":
  635. // 播放异常
  636. case "socketError":
  637. // socket连接断开,评测中,则取消评测
  638. // 延迟检测中
  639. if (evaluatingData.soundEffectMode) {
  640. evaluatingData.socketErrorStatus = 0;
  641. evaluatingData.delayCheckSocketError = true;
  642. evaluatingData.socketErrorPop = type === "socketError" ? true : false;
  643. evaluatingData.accompanyErrorType = type;
  644. // api_checkSocketStatus()
  645. return;
  646. }
  647. // 评测中
  648. if (state.modeType === "evaluating" && evaluatingData.startBegin) {
  649. handleCancelEvaluat("cancel");
  650. }
  651. // 关闭节拍器
  652. closeTick();
  653. // socketerrror,才发送关闭延迟检测的消息
  654. if (type === "socketError") {
  655. api_closeDelayCheck({});
  656. }
  657. evaluatingData.socketErrorStatus = 0;
  658. evaluatingData.socketErrorPop = type === "socketError" ? true : false;
  659. evaluatingData.isErrorState = true;
  660. evaluatingData.accompanyErrorType = type;
  661. resetPlaybackToStart();
  662. break;
  663. case "recordError":
  664. // 录音异常
  665. break;
  666. default:
  667. break;
  668. }
  669. }
  670. };
  671. // 监测socket状态,是否已经成功连接
  672. const handleSocketStatus = (res?: IPostMessage) => {
  673. if (res?.content?.status === "connected") {
  674. const currentTime = +new Date();
  675. evaluatingData.delayCheckSocketError = false;
  676. const diffTime = currentTime - socketStartTime;
  677. if (diffTime < 1000) {
  678. const remainingTime = 1000 - diffTime;
  679. setTimeout(() => {
  680. evaluatingData.socketErrorStatus = 2;
  681. }, remainingTime);
  682. }
  683. }
  684. };
  685. // 评测出现异常,再试一次
  686. export const hanldeConfirmPop = async () => {
  687. api_checkSocketStatus();
  688. evaluatingData.socketErrorStatus = 1;
  689. socketStartTime = +new Date();
  690. };
  691. // 关闭异常弹窗
  692. export const hanldeClosePop = () => {
  693. evaluatingData.socketErrorPop = false;
  694. evaluatingData.socketErrorStatus = 0;
  695. };
  696. export default defineComponent({
  697. name: "evaluating",
  698. setup() {
  699. const pageVisibility = usePageVisibility();
  700. // 需要记录的数据
  701. const record_old_data = reactive({
  702. /** 指法 */
  703. finger: false,
  704. /** 原音伴奏 */
  705. play_mode: "" as IPlayState,
  706. /** 评测是否要伴奏 */
  707. enableAccompaniment: true,
  708. });
  709. /** 记录状态 */
  710. const hanlde_record = () => {
  711. // 取消指法
  712. // record_old_data.finger = state.setting.displayFingering;
  713. // state.setting.displayFingering = false;
  714. // 切换为伴奏
  715. record_old_data.play_mode = state.playSource;
  716. record_old_data.enableAccompaniment = state.setting.enableAccompaniment;
  717. // 如果关闭伴奏,评测静音
  718. if (!record_old_data.enableAccompaniment) {
  719. console.log("关闭伴奏");
  720. toggleMutePlayAudio(record_old_data.play_mode === "music" ? "music" : record_old_data.play_mode === "background" ? "background" : "mingSong", true);
  721. }
  722. };
  723. /** 还原状态 */
  724. const handle_reduction = () => {
  725. // 还原指法
  726. // state.setting.displayFingering = record_old_data.finger;
  727. state.playSource = record_old_data.play_mode;
  728. // 如果关闭伴奏, 结束评测取消静音
  729. if (!record_old_data.enableAccompaniment) {
  730. toggleMutePlayAudio(record_old_data.play_mode === "music" ? "music" : record_old_data.play_mode === "background" ? "background" : "mingSong", false);
  731. }
  732. };
  733. // 打开摄像头
  734. const openSetCamera = async () => {
  735. if (state.setting.camera) {
  736. const res = await api_openCamera();
  737. // 没有授权
  738. if (res?.content?.reson) {
  739. state.setting.camera = false;
  740. store.set("musicscoresetting", state.setting);
  741. }
  742. }
  743. }
  744. watch(pageVisibility, (value) => {
  745. if (value == "hidden" && evaluatingData.startBegin) {
  746. // handleEndBegin();
  747. }
  748. });
  749. watch(
  750. () => evaluatingData.socketErrorStatus,
  751. () => {
  752. if (evaluatingData.socketErrorStatus === 2) {
  753. setTimeout(() => {
  754. evaluatingData.socketErrorPop = false;
  755. // evaluatingData.socketErrorStatus = 0
  756. }, 1000);
  757. }
  758. }
  759. );
  760. watch(
  761. () => evaluatingData.socketErrorPop,
  762. () => {
  763. if (evaluatingData.socketErrorPop && state.setting.soundEffect) {
  764. // 监听到socket状态异常,需要关闭延迟检测
  765. api_closeDelayCheck({});
  766. }
  767. }
  768. );
  769. onMounted(() => {
  770. openSetCamera();
  771. resetPlaybackToStart();
  772. hanlde_record();
  773. evaluatingData.resultData = {};
  774. // evaluatingData.resulstMode = true;
  775. // evaluatingData.resultData = {...getLeveByScore(10), score: 10, intonation: 10, cadence: 30, integrity: 40}
  776. // console.log("🚀 ~ evaluatingData.resultData:", evaluatingData.resultData)
  777. evaluatingData.onceErjiPopShow = false;
  778. evaluatingData.evaluatings = {};
  779. evaluatingData.soundEffectFrequency = 0;
  780. evaluatingData.checkStep = 0;
  781. evaluatingData.rendered = true;
  782. sendResult(handleScoreResult);
  783. hideComplexButton(handleComplexButton, true);
  784. api_recordStartTime(recordStartTimePoint);
  785. addAccompanyError(handleAccompanyError);
  786. addSocketStatus(handleSocketStatus);
  787. // 不是选段模式评测, 就清空已选段
  788. if (!state.isSelectMeasureMode) {
  789. clearSelection();
  790. }
  791. console.log("加载评测模块成功");
  792. });
  793. onUnmounted(() => {
  794. evaluatingData.checkEnd = false;
  795. evaluatingData.rendered = false;
  796. resetPlaybackToStart();
  797. removeResult(handleScoreResult);
  798. hideComplexButton(() => {}, false);
  799. api_remove_recordStartTime(recordStartTimePoint);
  800. handle_reduction();
  801. removeAccompanyError(handleAccompanyError);
  802. if (evaluatingData.socketErrorPop && state.setting.soundEffect) {
  803. console.log('延迟检测出错')
  804. } else {
  805. removeSocketStatus(handleSocketStatus);
  806. }
  807. api_closeCamera();
  808. api_disconnectSocket();
  809. console.log("卸载评测模块成功");
  810. });
  811. return () => (
  812. <div>
  813. {/** 预加载一下断网需要用到的图片 */}
  814. <div class={styles.hiddenPop}>
  815. <img src={popImgs.icon_bg} />
  816. <img src={popImgs.icon_btn} />
  817. <img src={popImgs.icon_success} />
  818. <img src={popImgs.icon_close} />
  819. </div>
  820. <Popup teleport="body" closeOnClickOverlay={false} class={["popup-custom", "van-scale", evaluatingData.socketErrorStatus === 2 && styles.socketErrorStatus]} transition="van-scale" v-model:show={evaluatingData.socketErrorPop} overlay-style={evaluatingData.socketErrorStatus === 2?{ background: "initial" }:{}}>
  821. <AbnormalPop onConfirm={hanldeConfirmPop} onClose={hanldeClosePop} />
  822. </Popup>
  823. </div>
  824. );
  825. },
  826. });