clean up src directory
This commit is contained in:
parent
a5b6837623
commit
7ea09b99f0
3 changed files with 2 additions and 15 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
import { createStore } from 'vuex'
|
||||
|
||||
export default createStore({
|
||||
state: {
|
||||
},
|
||||
mutations: {
|
||||
},
|
||||
actions: {
|
||||
},
|
||||
modules: {
|
||||
}
|
||||
})
|
||||
Loading…
Reference in a new issue