-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write CSV output in sequence instead of chunk #37
Comments
Yes, by enabling the |
I am trying to read the live data that is going into a CSV through a python script. Now, I have added Here is the code example:
Output:
In the Output you can see that, there is data missing between the 2nd and 3rd rows. It's random, sometimes there will be 1 data missing and sometimes there will be "n" data missing. |
If In general, though, if you want to process results live from openSMILE, SMILEapi in combination with |
can you help me with how to configure cExternalSink and get live results with respect to prosody, egemaps and mfcc? |
When I tried to read the last line data from CSV in real-time while running opensmile command, I am unable to fetch every individual data but it skips a chunk of data.
I am assuming that the data is been written as a chunk instead of a single row at a time in CSV. If this is the case then, is there a way I can save the data one by one in sequence instead of dumping it as a chunk into the CSV?
The text was updated successfully, but these errors were encountered: