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(
|
return run(
|
||||||
'espeak',
|
'espeak',
|
||||||
['-k', '2', '-s', '90', '--stdin', '--stdout'],
|
['-k', '2', '-s', '90', '--stdin', '--stdout'],
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
|
export * from './audio'
|
||||||
export * from './image'
|
export * from './image'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user