search for: wiiaboo

Displaying 6 results from an estimated 6 matches for "wiiaboo".

2010 Nov 10
0
Define channel order for 7 and 8 channels
Ricardo <wiiaboo at gmail.com> wrote: > Hi > > Why aren't the channel orders/mappings for 7 and 8 channels defined in the > specification? Why do you think they should be? What advantage would this give? Also, I don't believe it is only 7 and 8 channel mappings that are undefined in FLAC....
2010 Nov 10
0
Define channel order for 7 and 8 channels
...el order if there is no standard way to map it on creation? Being undefined, it's up to the decoders to decide the channel order, leading to incompatibility among implementations. On Wed, Nov 10, 2010 at 03:49, Martin Leese <martin.leese at stanfordalumni.org > wrote: > Ricardo <wiiaboo at gmail.com> wrote: > > Hi > > > > Why aren't the channel orders/mappings for 7 and 8 channels defined in > the > > specification? > > Why do you think they should be? What > advantage would this give? Also, I don't > believe it is only 7 and 8 c...
2016 Sep 01
1
[PATCH] vs2015: include files added in 76674fea
--- win32/VS2015/opus.vcxproj | 2 ++ win32/VS2015/opus.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/win32/VS2015/opus.vcxproj b/win32/VS2015/opus.vcxproj index d9aaa03..f55ea37 100644 --- a/win32/VS2015/opus.vcxproj +++ b/win32/VS2015/opus.vcxproj @@ -852,6 +852,7 @@ <ClInclude Include="..\..\celt\vq.h" /> <ClInclude
2016 Nov 05
1
[PATCH] genversion.bat: don't overwrite version.mk
The automake script doesn't mess with it in any way, and the projects use win32/version.h and not version.mk. As it is works now, it's just an annoyance for VS devs that use git. --- win32/genversion.bat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/win32/genversion.bat b/win32/genversion.bat index cd1d4dc..8b31831 100644 --- a/win32/genversion.bat +++ b/win32/genversion.bat
2016 Sep 09
2
[PATCH 1/3] appveyor: include opus.dll and opus.exp files if available
Using -i should prevent failing if the files don't exist. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c85b0b1..ad9c6c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build: verbosity: minimal after_build: -- cmd: 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.lib include\*.h +- cmd: 7z
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds. --- Makefile.am | 1 + win32/VS2015/celt.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++ win32/VS2015/opus.sln | 32 ++++++++++++++++-