clean up src directory

This commit is contained in:
riqo 2021-02-03 09:01:02 -06:00
commit 7ea09b99f0
3 changed files with 2 additions and 15 deletions

View file

@ -10,7 +10,6 @@ import WebSocket from "ws";
const portAudio = require('naudiodon');
const speech = require('@google-cloud/speech');
const client = new speech.SpeechClient();
const encoding = 'LINEAR16';

View file

@ -1,12 +0,0 @@
import { createStore } from 'vuex'
export default createStore({
state: {
},
mutations: {
},
actions: {
},
modules: {
}
})