Florian Metze
Florian Metze
Two channels should not be a problem, but the code will not do anything clever with the two channels, it may mix the two channels, or just use the first...
As we discussed, need to investigate how this can be avoided. Seems there must be a better way of performing mean subtraction.
That's great, sounds good. Opensmile (https://www.audeering.com/technology/opensmile/) can do incremental processing, although I am not sure if it can do it from files - but I assume it should be able...
This error does not seem to be related to memory, or anything that is DiViMe specific. It seems there is a problem with the network interface as configured in Virtualbox/...
@alecristia - you will know best how this is supposed to work?
Who has access to the build process for the readthedocs documentation and could rebuild it? I have made many changes and updates to the documentation in the repository, but it...
So, I am not able to reproduce the first error Traceback (most recent call last): File "yunified.py", line 159, in for feat in readHtk(INPUT_DIR+"/"+file, HTK_CHUNKSIZE, preSamples): File "G/coconut/fileutils/htk.py", line 43,...
My guess is that you accidentally deleted the 'temp' folder, or ran two copies of the program at the same time - and then they'll interfere with each other. I...
Again, I have updated the documentation itself (see https://github.com/srvk/DiViMe/blob/master/docs/source/install.md), but we need to understand how this information gets propagated to https://divime.readthedocs.io/en/latest/install.html
Yes, no students on the critical path. > On Oct 9, 2018, at 1:42 PM, Eric Riebling wrote: > > My guess as well. First make things work, then make...