introlab/odas

raw audio file input location

lembit1 opened this issue · 1 comments

Hello, I am trying to process raw audio input stored previously from a respeaker_usb_4_mic_array, by modifying the .cfg file raw interface section, to have type = "file"; path = "input1.raw" (as per https://github.com/introlab/odas/wiki/configuration), and also directing the SSL and SST outputs to files which are written to introlab/odas_web/tracks.txt etc (as commented in the .cfg). To get started, i am using the odas_web interface to interface to the server. From introlab/odas_web#13, I read that the raw input is processed as fast as possible so that the GUI display won't catch up (this is OK).

Q1: I'm unsure which folder to put the input1.raw

  • introlab/odas
  • introlab/odas_web (I think this is where file outputs are written)
  • or somewhere deeper?
    Q2: how will I know in the odas_web GUI that processing the input file has completed?

Thank you!

it looks in odas_web