Forum Replies Created
-
AuthorPosts
-
Hi Lena,
Thank you very much for your advice — I’m glad to hear it.
As a follow-up to this, it looks as though Appleton Tower has been occupied by students. There’s no indication of how long it will go on for, but I would be surprised if it wasn’t at least for the duration of the strikes.
I’ve been assigned to the Appleton Tower PPLS studio. I am entirely ready to make my new recordings, but I haven’t yet been able to — after I had problems with the studio computer last Monday, I had intended to make them on the 2nd of March.
If the building is occupied, I imagine I won’t be able to do this. Is there any other way I could make the recordings, or failing that anything I could do instead?
February 19, 2020 at 14:11 in reply to: Festival inserting extra lines when running bulk processing script #10676The issue is now resolved. I was almost right: though I had indeed removed line-medial full stops in pre-processing, I had forgotten to do the same with semicolons.
For other students who have this issue in the future, the fix is simple:
sed $’s/;/.\\n/g’ input.txt > output.txt
November 16, 2019 at 17:03 in reply to: ./scripts/results returns "unable to open label file" inconsistently #10249I am appending my solution to help other students with similar issues.
Both problems — with recognise_test_data and results — were due to a bug in my recognise_test_data script. In trying to incorporate a script file, I had removed the $F at line 30, and had forgotten to reinsert it.
After correcting the typo, both scripts run correctly.
November 14, 2019 at 21:31 in reply to: ./scripts/results returns "unable to open label file" inconsistently #10227I receive an error in HVite at the same time, but this seems to be the case for all users, not merely problematic ones, and as it also does not seem to affect the running of the program I believe it may be a separate issue.
READY[1]>
ERROR [+6006] InitAudi: Cannot open OSS audio device /dev/dsp
FATAL ERROR – Terminating program HViteI have confirmed that users kateb and joshua are consistently problematic in the way described above.
-
AuthorPosts