create_emuDB: Create a new emuDB. (A copy of the emuR function)

create_emuDBR Documentation

Create a new emuDB. (A copy of the emuR function)

Description

Creates an empty emuDB in the target directory specified

Usage

create_emuDB(
  name,
  targetDir,
  mediaFileExtension = "wav",
  store = TRUE,
  verbose = TRUE
)

Arguments

name

of new emuDB

targetDir

target directory to store the emuDB to

mediaFileExtension

defines mediaFileExtention (NOTE: currently only 'wav' (the default) is supported by all components of EMU)

store

store new created emuDB to file system

verbose

display infos & show progress bar

Details

Creates a new directory [name]_emuDB in targetDir. By default the emuDB is created in the R session, written to the filesystem and then purged from the R session.

See Also

emuR::create_emuDB


humlab-speech/reindeer documentation built on May 21, 2023, 4:43 p.m.