voice - drop VSFloat32Array and encode float32 into a VSBuffer

This commit is contained in:
Benjamin Pasero
2023-08-10 12:43:37 +02:00
parent bb61acf43c
commit 03ffebe2fc
8 changed files with 81 additions and 101 deletions
@@ -3,7 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/* eslint-disable local/code-layering, local/code-import-patterns */
import { hostname, release } from 'os';
import { toErrorMessage } from 'vs/base/common/errorMessage';
import { onUnexpectedError, setUnexpectedErrorHandler } from 'vs/base/common/errors';