[bugfix] Fix the receive endpoints that was got invalid endpoint but I'm not gonna implement on UI yet so through it for now.

This commit is contained in:
Sakamoto Shiina
2024-12-02 08:04:26 +09:00
parent 7d1ea8755f
commit 3bd0010539

View File

@@ -426,6 +426,11 @@ export const useReceiveRoutes = () => {
"/get/data/osc_port": updateOscPort,
"/set/data/osc_port": updateOscPort,
"/get/data/mic_avg_logprob": ()=>{}, // Not implemented on UI yet
"/get/data/mic_no_speech_prob": ()=>{}, // Not implemented on UI yet
"/get/data/speaker_avg_logprob": ()=>{}, // Not implemented on UI yet
"/get/data/speaker_no_speech_prob": ()=>{}, // Not implemented on UI yet
};
const error_routes = {