@egoist/web-voice-processor
Version:
Real-time audio processing for voice, in web browsers
48 lines • 1.88 kB
TypeScript
export declare const wasiSnapshotPreview1Emulator: {
args_get: (input: any) => any;
args_sizes_get: (input: any) => any;
environ_get: (input: any) => any;
environ_sizes_get: (input: any) => any;
clock_res_get: (input: any) => any;
clock_time_get: (input: any) => any;
fd_advise: (input: any) => any;
fd_allocate: (input: any) => any;
fd_close: (input: any) => any;
fd_datasync: (input: any) => any;
fd_fdstat_get: (input: any) => any;
fd_fdstat_set_flags: (input: any) => any;
fd_fdstat_set_rights: (input: any) => any;
fd_filestat_get: (input: any) => any;
fd_filestat_set_size: (input: any) => any;
fd_filestat_set_times: (input: any) => any;
fd_pread: (input: any) => any;
fd_prestat_get: (input: any) => any;
fd_prestat_dir_name: (input: any) => any;
fd_pwrite: (input: any) => any;
fd_read: (input: any) => any;
fd_readdir: (input: any) => any;
fd_renumber: (input: any) => any;
fd_seek: (input: any) => any;
fd_sync: (input: any) => any;
fd_tell: (input: any) => any;
fd_write: (input: any) => any;
path_create_directory: (input: any) => any;
path_filestat_get: (input: any) => any;
path_filestat_set_times: (input: any) => any;
path_link: (input: any) => any;
path_open: (input: any) => any;
path_readlink: (input: any) => any;
path_remove_directory: (input: any) => any;
path_rename: (input: any) => any;
path_symlink: (input: any) => any;
path_unlink_file: (input: any) => any;
poll_oneoff: (input: any) => any;
proc_exit: (input: any) => any;
proc_raise: (input: any) => any;
sched_yield: (input: any) => any;
random_get: (input: any) => any;
sock_recv: (input: any) => any;
sock_send: (input: any) => any;
sock_shutdown: (input: any) => any;
};
//# sourceMappingURL=wasi_snapshot.d.ts.map