IPS-LMU / emuR

The main R package for the EMU Speech Database Management System (EMU-SDMS)
http://ips-lmu.github.io/EMU.html
23 stars 15 forks source link

Some comments save, some don't? #225

Closed brisaann closed 4 years ago

brisaann commented 4 years ago

Assuming the db is already created:

  1. Create a bundle list containing multiple sessions (each session containing a set of bundles) bndl = list_bundles(db) write_bundleList(db, name = "imit_f0", bndl)

  2. Serve db and enter comments serve(db, bundleListName = "imit_f0")

  3. Close webapp, reload and serve db in Rstudio db = load_emuDB(dbPath, verbose = F) serve(db, bundleListName = "imit_f0")

In Webapp some comments are saved for certain bundles but not for others.

raphywink commented 4 years ago

Thanks for pointing this out. Was able to reproduce the issue. More debugging needed! Will move issue to emuR repo.