We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acad6af commit f7ceb80Copy full SHA for f7ceb80
src/components/Speech.vue
@@ -61,7 +61,6 @@
61
</template>
62
63
<script>
64
- import axios from 'axios';
65
var audioContext = new(window.AudioContext || window.webkitAudioContext)();
66
var socket = io.connect('http://localhost:3555');
67
var ssStream = ss.createStream();
0 commit comments