UNPKG

microphone-stream

Version:

A stream of raw audio data from the microphone for use in browsers with getUserMedia

15 lines (13 loc) 272 B
{ "include": ["src/**/*.ts"], "exclude": ["src/**/*.spec.ts"], "compilerOptions": { "target": "ES5", "alwaysStrict": true, "declaration": true, "esModuleInterop": true, "rootDir": "src", "outDir": "dist", "declarationDir": "types" } }