Export audio.ts

This commit is contained in:
Jerko Steiner 2019-10-22 21:41:14 -05:00
parent cd8044d6a9
commit 4721e8e986
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ interface ReadableWritable extends ReadableProcess, WritableProcess {
}
export function espeak() {
function espeak() {
return run(
'espeak',
['-k', '2', '-s', '90', '--stdin', '--stdout'],

View File

@ -1 +1,2 @@
export * from './audio'
export * from './image'