Fix git submodules
HaHeho opened this issue · 1 comments
HaHeho commented
The git submodules are not correctly recognized in the repository.
-
I believe
should beurl = https://github.com/thomasdeppisch/eMagLS.git
instead. -
The ambisonics encoding toolbox is missing, so something like the following should be added.
[submodule "signal_processing/ambisonic-encoding"]
path = signal_processing/ambisonic-encoding
url = https://github.com/AppliedAcousticsChalmers/ambisonic-encoding.git
In both cases, the submodules should be updated/added via the respective git commands, not by manually modifying the .gitmodules
file directly. After a successful update, the submodules should also appear on GitHub.
JensAhrens commented
Thanks for the heads up!
This is solved by a452eae.