init commit
This commit is contained in:
5
remotion/node_modules/@remotion/media-utils/dist/fft/to-int-16.js
generated
vendored
Normal file
5
remotion/node_modules/@remotion/media-utils/dist/fft/to-int-16.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.toInt16 = void 0;
|
||||
const toInt16 = (x) => (x > 0 ? x * 0x7fff : x * 0x8000);
|
||||
exports.toInt16 = toInt16;
|
||||
Reference in New Issue
Block a user