Worldexe

Results 12 comments of Worldexe

The problem is still there. I traced it down to wrong marshaling to wstring (.net core LPWSTR marshaler thinks wchar_t is 2-byte size, but on linux gcc it actually 4...

Well, we can choose `--discrete` flag, but imo `--no-coupling` a bit more descriptive one. Hmm, should I call `opus_multistream_encoder_create` with `channels=2,streams=1,coupled=0`? This seems wrong as it will lead to `validate_layout()`...

According to https://wiki.xiph.org/OggOpus, there is no reason to set header's channel mapping to 2, as > The remaining channel mapping families (2...254) are reserved. A decoder encountering a reserved mapping...

Sorry, I did not forgot about this, just didnt have enough time :(

Sorry for not doing this myself :( Here is what I use; adapted just now to current HEAD, hope it still works; Maybe, this will be useful for your PR....

I have the same problem, just tried out 2.0.4 - didnt work. ``` # apt-get install oversip Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages:...

Hmm, forcing `ruby2.0` as default version via `# update-alternatives --install /usr/bin/ruby ruby /usr/bin/ruby2.0` does not help - oversip still whines about `tins requires Ruby version >= 2.0.`.

I had to set up all the gems it required; the file runs without errors. But, installing oversip still stops with `tins requires Ruby version >= 2.0`, although I have...

Okay, I figured it out. `gem` command also must be updated to point to 2.0 version by running `# update-alternatives --install /usr/bin/gem gem /usr/bin/gem2.0 1` Without this, install script inside...

I believe this is debian/ubuntu 14.04 issue and it will not be fixed in any way (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737782). I suggest following: 1. Depend explicitly on `ruby2.0` package (done already?); 2....