123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877 |
- import styles from "./index.module.less";
- import { Snackbar } from "@varlet/ui";
- import { closeToast, showLoadingToast, showToast, Popup } from "vant";
- import { defineComponent, onMounted, onUnmounted, reactive, ref, watch } from "vue";
- import { getLeveByScore, getLeveByScoreMeasure, IEvaluatings } from "./evaluatResult";
- import {
- cancelEvaluating,
- endEvaluating,
- endSoundCheck,
- getEarphone,
- api_proxyServiceMessage,
- removeResult,
- sendResult,
- startEvaluating,
- startSoundCheck,
- api_openWebView,
- api_startRecording,
- api_startRecordingCb,
- api_stopRecording,
- api_recordStartTime,
- api_remove_recordStartTime,
- api_startCapture,
- api_endCapture,
- api_getDeviceDelay,
- hideComplexButton,
- api_checkSocketStatus,
- addAccompanyError,
- removeAccompanyError,
- addSocketStatus,
- removeSocketStatus,
- api_disconnectSocket,
- api_midiMicDelay,
- api_cloudSetCurrentTime,
- api_cloudChangeSpeed,
- api_startDelayCheck,
- api_closeDelayCheck,
- api_openCamera,
- api_closeCamera,
- api_recordAudioUpload
- } from "/src/helpers/communication";
- import state, { IPlayState, clearSelection, handleStopPlay, onPlay, resetPlaybackToStart, togglePlay, initSetPlayRate, resetBaseRate, scrollViewNote } from "/src/state";
- import { IPostMessage } from "/src/utils/native-message";
- import { usePageVisibility } from "@vant/use";
- import { browser } from "/src/utils";
- import { getAudioCurrentTime, toggleMutePlayAudio, audioListStart, audioData } from "../audio-list";
- import { handleStartTick, closeTick } from "../tick";
- import AbnormalPop from "../abnormal-pop";
- import { storeData } from "../../store";
- import icon_bg from "../abnormal-pop/icon_bg.svg";
- import icon_close from "../abnormal-pop/icon_close.svg";
- import icon_btn from "../abnormal-pop/icon_btn.png";
- import icon_success from "../abnormal-pop/icon_success.png";
- import { data } from "../../page-instrument/custom-plugins/work-index";
- import { startCountdown } from "/src/page-instrument/evaluat-model/countdown";
- const browserInfo = browser();
- let socketStartTime = 0;
- export const popImgs = {
- icon_bg,
- icon_close,
- icon_btn,
- icon_success,
- };
- export const evaluatingData = reactive({
-
- contentData: {} as any,
-
- rendered: false,
- earphone: false,
- soundEffect: false,
- soundEffectFrequency: 0,
- checkStep: 0,
- checkEnd: false,
- earphoneMode: false,
- earPhoneType: "" as "" | "有线耳机" | "蓝牙耳机",
- soundEffectMode: false,
- websocketState: false,
-
- startBegin: false,
- backtime: 0,
-
- evaluatings: {} as IEvaluatings,
-
- resultData: {} as any,
-
- resulstMode: false,
-
- isComplete: false,
-
- isDisabledPlayMusic: false,
-
- socketErrorPop: false,
-
- errorContents: '',
-
- socketErrorStatus: 0,
-
- delayCheckSocketError: false,
-
- isErrorState: false,
-
- accompanyErrorType: '',
-
- isAudioPlayEnd: false,
- preloadJson: true,
- jsonLoading: true,
- jsonLoadDone: true,
- hideResultModal: false,
- oneselfCancleEvaluating: false,
- isBeginMask: false,
- recordingTime: 0,
- endEvaluatingTime: 0,
- evaluatSpeed: 0,
- needReplayEvaluat: false,
- needPlayTick: false,
- tipErjiShow: false,
- onceErjiPopShow: false,
- needCheckErjiStatus: true,
- evaluatResultLoading: false,
- });
- const sendOffsetTime = async (offsetTime: number) => {
- const delayData = await api_getDeviceDelay();
- api_midiMicDelay({
- header: {
- commond: "audioPlayStart",
- type: "SOUND_COMPARE",
- },
- body: {
- offsetTime,
- micDelay: delayData?.content?.value,
- },
- });
- };
- export const handleStartEvaluat = async () => {
- if (state.modeType === "evaluating") {
- handleCancelEvaluat();
-
- state.modeType = "practise";
- } else {
-
- state.modeType = "evaluating";
- if (state.platform !== "PC") {
-
- const res = await api_checkSocketStatus();
- if (res?.content?.status === "connected") {
- handleStopPlay();
- } else {
-
-
- }
- } else {
- handleStopPlay();
- }
- }
-
- if (state.modeType !== "evaluating") {
-
- evaluatingData.rendered = false;
- }
- };
- export const startCheckDelay = async () => {
-
- const res = await api_checkSocketStatus();
- if (res?.content?.status === "connected") {
-
- return new Promise((resolve) => {
- resolve({ checked: true });
- });
- } else {
-
- socketStartTime = +new Date();
- evaluatingData.socketErrorPop = true;
- evaluatingData.socketErrorStatus = 1;
- return new Promise((resolve) => {
- resolve({ checked: false });
- });
- }
- };
- const check_currentTime = () => {
- let preTime = 0;
-
- if (state.isSelectMeasureMode) {
- preTime = state.section[0].time * 1000;
- }
- const currentTime = getAudioCurrentTime() * 1000 - preTime;
-
- if (currentTime >= 500) {
- sendEvaluatingOffsetTime(500);
- return;
- }
- setTimeout(() => {
- check_currentTime();
- }, 10);
- };
- export const sendEvaluatingOffsetTime = async (currentTime: number) => {
-
- if (!evaluatingData.backtime) return;
- const nowTime = Date.now();
- const delayTime = nowTime - evaluatingData.backtime - currentTime;
- console.error("真正播放延迟", delayTime, "currentTime:", currentTime);
- await api_proxyServiceMessage({
- header: {
- commond: "audioPlayStart",
- type: "SOUND_COMPARE",
- },
- body: {
- offsetTime: delayTime < 0 ? 0 : delayTime,
- micDelay: 0,
- },
- });
- };
- export const checkUseEarphone = async () => {
- const res = await getEarphone();
- return res?.content?.checkIsWired || false;
- };
- const handleStartSoundCheck = () => {
- startSoundCheck();
- };
- export const handleEndSoundCheck = () => {
- endSoundCheck();
- };
- export const connectWebsocket = async (content: any) => {
- evaluatingData.contentData = content;
- evaluatingData.websocketState = true;
- };
- export const handlePerformDetection = async () => {
-
- if (evaluatingData.checkEnd) return;
-
- if (evaluatingData.checkStep === 0) {
- evaluatingData.checkStep = 5;
-
- if (state.setting.soundEffect) {
- evaluatingData.soundEffectMode = true;
- return;
- }
- const delayTime = await api_getDeviceDelay();
- console.log("🚀 ~ delayTime:", delayTime);
- if (!delayTime) {
- evaluatingData.soundEffectMode = true;
- return;
- }
- handlePerformDetection();
- return;
- }
-
- if ((evaluatingData.checkStep = 5)) {
- evaluatingData.checkStep = 10;
- const erji = await checkUseEarphone();
- if (!erji) {
- evaluatingData.earphoneMode = true;
- return;
- }
- handlePerformDetection();
- return;
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
- if (evaluatingData.checkStep === 10) {
- evaluatingData.checkEnd = true;
- }
- };
- export const addMeasureScore = (measureScore: any, show = true) => {
-
- for (let idx in evaluatingData.evaluatings) {
- evaluatingData.evaluatings[idx].show = false;
- }
- evaluatingData.evaluatings[measureScore.measureRenderIndex] = {
- ...measureScore,
- leve: getLeveByScoreMeasure(measureScore.score),
- show,
- };
-
- };
- const handleScoreResult = async (res?: IPostMessage) => {
- console.log("返回", res, evaluatingData.oneselfCancleEvaluating);
-
-
-
-
- if (res?.content) {
- const { header, body } = res.content;
-
- if (header.commond === "checking") {
- evaluatingData.soundEffectFrequency = body.frequency;
- }
-
- if (header?.commond === "measureScore" && !evaluatingData.oneselfCancleEvaluating) {
- console.log("🚀 ~ 评测返回:", res);
- addMeasureScore(body);
- }
-
- if (header?.commond === "overall") {
- console.log("🚀 ~ 评测返回:", res);
- console.log("评测结束", body);
- state.isHideEvaluatReportSaveBtn = false;
- setTimeout(() => {
-
- if (data.trainingType === "EVALUATION" && !evaluatingData.isComplete) {
- evaluatingData.hideResultModal = true;
- } else {
- evaluatingData.hideResultModal = false;
- }
-
- if (evaluatingData.oneselfCancleEvaluating) {
- evaluatingData.hideResultModal = true;
- }
- evaluatingData.resulstMode = evaluatingData.isErrorState ? false : true;
- evaluatingData.startBegin = false;
- evaluatingData.evaluatResultLoading = false;
- }, 200);
- evaluatingData.resultData = {
- ...body,
- ...getLeveByScore(body.score),
- };
-
- closeToast();
- state.isLoading = false
- }
- }
- };
- export const handleStartBegin = async (preTimes?: number) => {
-
- scrollViewNote(true);
- evaluatingData.needPlayTick = false;
- if (state.isAppPlay) {
- await api_cloudSetCurrentTime({
- currentTime: 0,
- songID: state.examSongId,
- })
- }
- evaluatingData.isComplete = false;
- evaluatingData.evaluatings = {};
- evaluatingData.resultData = {};
- evaluatingData.backtime = 0;
- evaluatingData.isAudioPlayEnd = false;
- const res = await startEvaluating(evaluatingData.contentData);
- if (res?.api !== "startEvaluating") {
- Snackbar.error("请在APP端进行评测");
- evaluatingData.startBegin = false;
- return;
- }
- if (res?.content?.reson) {
-
-
- evaluatingData.startBegin = false;
- return;
- }
- resetPlaybackToStart();
- evaluatingData.startBegin = true;
- if (evaluatingData.isDisabledPlayMusic) {
- evaluatingData.isBeginMask = true
-
- await startCountdown()
- state.playState = state.playState === "paused" ? "play" : "paused";
-
- if (state.playState === "play" && (state.playType==="play"&&state.needTick)||(state.playType==="sing"&&state.needSingTick)) {
-
- if((state.playType==="play" && !state.isOpenMetronome)||(state.playType==="sing" && !state.isSingOpenMetronome)){
-
-
- if (state.section.length && state.section[0]?.MeasureNumberXML !== state.firstMeasureNumber) {
-
- } else {
- const tickend = await handleStartTick();
- console.log("🚀 ~ tickend:", tickend)
-
- if (!tickend) {
- state.playState = "paused";
- evaluatingData.startBegin = false;
- evaluatingData.isBeginMask = false
- return;
- }
- }
- }else{
-
-
- evaluatingData.needPlayTick = true;
- }
- }
- evaluatingData.isBeginMask = false
- onPlay();
- }
- if (evaluatingData.isErrorState) {
- state.playState = 'paused';
- evaluatingData.startBegin = false;
- return
- }
-
-
-
-
-
- const rate = state.basePlayRate * state.originAudioPlayRate;
- await api_startRecordingCb({
-
- accompanimentState: !state.accompany ? 0 : 1,
- firstNoteTime: preTimes || 0,
- speedRate: parseFloat(rate.toFixed(2)),
- }, () => {
- if (state.isAppPlay) {
- setTimeout(() => {
- sendOffsetTime(0)
- }, 300);
- }
- })
-
- evaluatingData.recordingTime = +new Date();
-
- if (state.setting.camera) {
- console.log("开始录制视频");
- await api_startCapture();
- }
-
- if (state.isAppPlay) {
- await api_cloudChangeSpeed({
- speed: state.originSpeed,
- originalSpeed: state.originSpeed,
- songID: state.examSongId,
- });
- audioData.progress = 0
- audioListStart(state.playState);
- }
- evaluatingData.oneselfCancleEvaluating = false;
- };
- const playMusic = async () => {
- const playState = await togglePlay("play");
-
- if (!playState) {
- evaluatingData.startBegin = false;
- handleCancelEvaluat();
- return;
- }
-
- check_currentTime();
-
- if (state.setting.camera) {
- console.log("开始录制视频");
- api_startCapture();
- }
- };
- let _audio: HTMLAudioElement;
- const recordStartTimePoint = async (res?: IPostMessage) => {
- console.error("开始录音");
-
- if (!evaluatingData.startBegin) return;
- let inteveral = res?.content?.inteveral || 0;
- if (browserInfo.ios) {
- inteveral *= 1000;
- }
- evaluatingData.backtime = inteveral || Date.now();
- console.log("🚀 ~ 开始时间点:", evaluatingData.backtime, "已经录的时间:", Date.now() - inteveral, "记录时间点:", Date.now());
-
- if (evaluatingData.isDisabledPlayMusic) {
- return;
- }
-
- playMusic();
- };
- export const handleEndEvaluat = (isComplete = false, endType?: string) => {
-
- if (!evaluatingData.startBegin || state.modeType !== "evaluating" || evaluatingData.evaluatResultLoading) return;
-
-
-
- evaluatingData.evaluatResultLoading = true
- console.log("评测结束1");
- endEvaluating({
- musicScoreId: state.examSongId,
- });
-
- if (!isComplete && data.trainingType === "EVALUATION") {
- showToast({
- message: "完整演奏结束才算作业分数!",
- });
- } else {
- if (!endType) {
- state.loadingText = "正在评分中,请稍等..."
- state.isLoading = true
-
-
-
-
-
-
- }
- }
- setTimeout(() => {
-
- if (endType === 'selfCancel') {
-
- const item: any = (state.sectionStatus && state.section.length === 2) ? state.sectionFirst || state.section[0] : state.times[0];
- state.activeNoteIndex = item.i;
- state.activeMeasureIndex = item.MeasureNumberXML;
- resetBaseRate(item.i);
- }
- }, 500);
- evaluatingData.isComplete = isComplete;
-
- if (state.setting.camera) {
- console.log("结束录制视频");
- api_endCapture();
- }
- };
- export const checkMinInterval = () => {
- const currentTime = +new Date();
-
- if (currentTime - evaluatingData.recordingTime < 800) {
- return;
- }
- }
- export const handleEndBegin = () => {
- handleEndEvaluat();
- handleStopPlay();
- };
- export const handleCancelEvaluat = (cancelType?: string) => {
- evaluatingData.evaluatings = {};
- evaluatingData.startBegin = false;
-
- closeToast();
-
- api_proxyServiceMessage({
- header: {
- commond: "recordCancel",
- type: "SOUND_COMPARE",
- status: 200,
- },
- });
-
-
-
-
-
-
-
-
-
- cancelEvaluating();
-
- handleStopPlay();
- console.log("评测结束2");
- endEvaluating({
- musicScoreId: state.examSongId,
- });
-
- if (state.setting.camera) {
- console.log("结束录制视频");
- api_endCapture();
- }
- };
- export const handleViewReport = (key: "recordId" | "recordIdStr", type: "gym" | "colexiu" | "orchestra" | "instrument") => {
- const id = evaluatingData.resultData?.[key] || "";
- let url = "";
- switch (type) {
- case "gym":
- url = location.origin + location.pathname + "#/report/" + id;
- break;
- case "orchestra":
- url = location.origin + location.pathname + "report-share.html?id=" + id;
- break;
- case "instrument":
- url = location.origin + location.pathname + "#/evaluat-report?id=" + id + "&musicRenderType=" + state.musicRenderType + "&systemType=" + state.systemType;
- if (state.isSchool) {
- url += `&school=1`;
- }
- break;
- default:
- url = location.origin + location.pathname + "report-share.html?id=" + id;
- break;
- }
- api_openWebView({
- url,
- orientation: 0,
- isHideTitle: true,
- statusBarTextColor: false,
- isOpenLight: true,
- c_orientation: 0,
- showLoadingAnim: true
- });
- };
- const handleComplexButton = (res?: IPostMessage) => {
- console.log("监听是否隐藏保存按钮", res);
- if (res?.content) {
- const { header, body } = res.content;
- state.isHideEvaluatReportSaveBtn = true;
- }
- };
- const handleAccompanyError = (res?: IPostMessage) => {
- console.log("异常信息返回", res);
- if (res?.content) {
- const { type, reson } = res.content;
- state.playState = 'paused'
- switch (type) {
- case "enterBackground":
-
- case "playError":
-
- case "socketError":
-
-
- if (evaluatingData.soundEffectMode) {
- evaluatingData.socketErrorStatus = 0;
- evaluatingData.delayCheckSocketError = true;
- evaluatingData.socketErrorPop = type === "socketError" ? true : false;
- evaluatingData.accompanyErrorType = type;
-
- return;
- }
-
- if (state.modeType === "evaluating" && evaluatingData.startBegin) {
- handleCancelEvaluat("cancel");
- }
-
- closeTick();
-
- if (type === "socketError") {
- api_closeDelayCheck({});
- }
- evaluatingData.socketErrorStatus = 0;
- evaluatingData.socketErrorPop = type === "socketError" ? true : false;
- evaluatingData.isErrorState = true;
- evaluatingData.accompanyErrorType = type;
- resetPlaybackToStart();
- break;
- case "recordError":
-
- break;
- default:
- break;
- }
- }
- };
- const handleSocketStatus = (res?: IPostMessage) => {
- if (res?.content?.status === "connected") {
- const currentTime = +new Date();
- evaluatingData.delayCheckSocketError = false;
- const diffTime = currentTime - socketStartTime;
- if (diffTime < 1000) {
- const remainingTime = 1000 - diffTime;
- setTimeout(() => {
- evaluatingData.socketErrorStatus = 2;
- }, remainingTime);
- }
- }
- };
- export const hanldeConfirmPop = async () => {
- api_checkSocketStatus();
- evaluatingData.socketErrorStatus = 1;
- socketStartTime = +new Date();
- };
- export const hanldeClosePop = () => {
- evaluatingData.socketErrorPop = false;
- evaluatingData.socketErrorStatus = 0;
- };
- export default defineComponent({
- name: "evaluating",
- setup() {
- const pageVisibility = usePageVisibility();
-
- const record_old_data = reactive({
-
- finger: false,
-
- play_mode: "" as IPlayState,
-
- enableAccompaniment: true,
- });
-
- const hanlde_record = () => {
-
-
-
-
- record_old_data.play_mode = state.playSource;
- record_old_data.enableAccompaniment = state.setting.enableAccompaniment;
-
- if (!record_old_data.enableAccompaniment) {
- console.log("关闭伴奏");
- toggleMutePlayAudio(record_old_data.play_mode === "music" ? "music" : record_old_data.play_mode === "background" ? "background" : "mingSong", true);
- }
- };
-
- const handle_reduction = () => {
-
-
- state.playSource = record_old_data.play_mode;
-
- if (!record_old_data.enableAccompaniment) {
- toggleMutePlayAudio(record_old_data.play_mode === "music" ? "music" : record_old_data.play_mode === "background" ? "background" : "mingSong", false);
- }
- };
-
- const openSetCamera = async () => {
- if (state.setting.camera) {
- const res = await api_openCamera();
-
- if (res?.content?.reson) {
- state.setting.camera = false;
- store.set("musicscoresetting", state.setting);
- }
- }
- }
- watch(pageVisibility, (value) => {
- if (value == "hidden" && evaluatingData.startBegin) {
-
- }
- });
- watch(
- () => evaluatingData.socketErrorStatus,
- () => {
- if (evaluatingData.socketErrorStatus === 2) {
- setTimeout(() => {
- evaluatingData.socketErrorPop = false;
-
- }, 1000);
- }
- }
- );
- watch(
- () => evaluatingData.socketErrorPop,
- () => {
- if (evaluatingData.socketErrorPop && state.setting.soundEffect) {
-
- api_closeDelayCheck({});
- }
- }
- );
- onMounted(() => {
- openSetCamera();
- resetPlaybackToStart();
- hanlde_record();
- evaluatingData.resultData = {};
-
-
-
- evaluatingData.onceErjiPopShow = false;
- evaluatingData.evaluatings = {};
- evaluatingData.soundEffectFrequency = 0;
- evaluatingData.checkStep = 0;
- evaluatingData.rendered = true;
- sendResult(handleScoreResult);
- hideComplexButton(handleComplexButton, true);
- api_recordStartTime(recordStartTimePoint);
- addAccompanyError(handleAccompanyError);
- addSocketStatus(handleSocketStatus);
-
- if (!state.isSelectMeasureMode) {
- clearSelection();
- }
- console.log("加载评测模块成功");
- });
- onUnmounted(() => {
- evaluatingData.checkEnd = false;
- evaluatingData.rendered = false;
- resetPlaybackToStart();
- removeResult(handleScoreResult);
- hideComplexButton(() => {}, false);
- api_remove_recordStartTime(recordStartTimePoint);
- handle_reduction();
- removeAccompanyError(handleAccompanyError);
- if (evaluatingData.socketErrorPop && state.setting.soundEffect) {
- console.log('延迟检测出错')
- } else {
- removeSocketStatus(handleSocketStatus);
- }
- api_closeCamera();
- api_disconnectSocket();
- console.log("卸载评测模块成功");
- });
- return () => (
- <div>
- {/** 预加载一下断网需要用到的图片 */}
- <div class={styles.hiddenPop}>
- <img src={popImgs.icon_bg} />
- <img src={popImgs.icon_btn} />
- <img src={popImgs.icon_success} />
- <img src={popImgs.icon_close} />
- </div>
- <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" }:{}}>
- <AbnormalPop onConfirm={hanldeConfirmPop} onClose={hanldeClosePop} />
- </Popup>
- </div>
- );
- },
- });
|