Export audio.ts
This commit is contained in:
parent
cd8044d6a9
commit
4721e8e986
@ -38,7 +38,7 @@ interface ReadableWritable extends ReadableProcess, WritableProcess {
|
||||
|
||||
}
|
||||
|
||||
export function espeak() {
|
||||
function espeak() {
|
||||
return run(
|
||||
'espeak',
|
||||
['-k', '2', '-s', '90', '--stdin', '--stdout'],
|
||||
|
||||
@ -1 +1,2 @@
|
||||
export * from './audio'
|
||||
export * from './image'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user