add PCM16 audio stream to wave is reday

This commit is contained in:
RockYang
2024-10-14 18:39:50 +08:00
parent 13564993d7
commit bd852c82b7
10 changed files with 524 additions and 199 deletions

View File

@@ -324,6 +324,12 @@ const routes = [
meta: {title: '测试页面'},
component: () => import('@/views/Test.vue'),
},
{
name: 'test2',
path: '/test2',
meta: {title: '测试页面'},
component: () => import('@/views/Test2.vue'),
},
{
name: 'NotFound',
path: '/:all(.*)',