search for: silk_common

Displaying 14 results from an estimated 14 matches for "silk_common".

2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...+ win32/VS2015/celt.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++ win32/VS2015/opus.sln | 32 ++++++++++++++++- win32/VS2015/opus.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/silk_common.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/silk_fixed.vcxproj | 32 +++++++++++++++++ win32/VS2015/silk_float.vcxproj | 54 +++++++++++++++++++---------- 8 files changed, 261 insertions(+), 67 deletions(-) create mode 100644 win32/VS2015/generate_version.vcxproj diff -...
2015 Mar 02
13
Patch cleaning up Opus x86 intrinsics configury
The attached patch cleans up Opus's x86 intrinsics configury. It: * Makes ?enable-intrinsics work with clang and other non-GCC compilers * Enables RTCD for the floating-point-mode SSE code in Celt. * Disables use of RTCD in cases where the compiler targets an instruction set by default. * Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in
2015 Aug 03
0
[PATCH 00/10] Patched cleaning up Opus x86 intrinsics configury
...| 48 +++++ silk/x86/x86_silk_map.c | 25 ++- win32/VS2010/celt.vcxproj | 17 +- win32/VS2010/celt.vcxproj.filters | 27 +++ win32/VS2010/opus_demo.vcxproj | 29 ++- win32/VS2010/opus_demo.vcxproj.filters | 5 + win32/VS2010/silk_common.vcxproj | 15 +- win32/VS2010/silk_common.vcxproj.filters | 21 ++ win32/VS2010/silk_fixed.vcxproj | 11 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/VS2010/test_opus_api.vcxproj | 18 +- win32/VS2010/test_opus_decode.vcxproj | 18 +- win32/VS2010/test_...
2015 Mar 13
1
[RFC PATCH v3] Intrinsics/RTCD related fixes. Mostly x86.
...| 29 +++ silk/x86/SigProc_FIX_sse.h | 17 ++ silk/x86/main_sse.h | 48 +++++ silk/x86/x86_silk_map.c | 25 ++- win32/VS2010/celt.vcxproj | 17 +- win32/VS2010/celt.vcxproj.filters | 27 +++ win32/VS2010/silk_common.vcxproj | 17 +- win32/VS2010/silk_common.vcxproj.filters | 23 ++- win32/VS2010/silk_fixed.vcxproj | 13 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/config.h | 25 ++- 39 files changed, 1214 insertions(+), 571 deletions(-) create mode...
2015 Mar 12
1
[RFC PATCHv2] Intrinsics/RTCD related fixes. Mostly x86.
...| 29 +++ silk/x86/SigProc_FIX_sse.h | 17 ++ silk/x86/main_sse.h | 48 +++++ silk/x86/x86_silk_map.c | 25 ++- win32/VS2010/celt.vcxproj | 17 +- win32/VS2010/celt.vcxproj.filters | 27 +++ win32/VS2010/silk_common.vcxproj | 17 +- win32/VS2010/silk_common.vcxproj.filters | 23 ++- win32/VS2010/silk_fixed.vcxproj | 13 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/config.h | 25 ++- 39 files changed, 1210 insertions(+), 574 deletions(-) create mode...
2014 Apr 19
0
number of libs for MSVC
I would like to say opus is a great library. I have been playing with it with mingw and have found it great. I thought I would also get it working in MSVC aswell since I'm using CMake Then when I compiled I realised opus.lib was not enough. I needed celt.lib;silk_common.lib;silk_float.lib linked as well. I was wondering why mingw compiles to one lib and MSVC does not. Is there something I missed? also is there plans to change this in the future? I know it is rather silly but it means programming more conditions in cmake. -------------- next part --------------...
2015 May 13
3
Compiling DLL?
Hello, I have a plugin called DFVoice, which is a voice chat plugin for the Unity game engine. The latest version of Unity now allows for native DLLs in the free version (whereas previously it only allowed .NET DLLs), so I've been wanted to integrate Opus to replace NSpeex. That said, I've been running into issues with compiling Opus - that is, I can't seem to figure out how to compile
2015 Mar 18
5
[RFC PATCH v1 0/4] Enable aarch64 intrinsics/Ne10
...| 8 +- src/analysis.h | 2 +- src/opus_encoder.c | 2 +- src/opus_multistream_encoder.c | 9 +- win32/VS2010/celt.vcxproj | 17 +- win32/VS2010/celt.vcxproj.filters | 27 +++ win32/VS2010/silk_common.vcxproj | 17 +- win32/VS2010/silk_common.vcxproj.filters | 23 +- win32/VS2010/silk_fixed.vcxproj | 13 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/config.h | 25 +- 61 files changed, 2851 insertions(+), 701 deletions(-) create mode 1...
2015 Mar 31
6
[RFC PATCH v1 0/5] aarch64: celt_pitch_xcorr: Fixed point series
...| 8 +- src/analysis.h | 2 +- src/opus_encoder.c | 2 +- src/opus_multistream_encoder.c | 9 +- win32/VS2010/celt.vcxproj | 17 +- win32/VS2010/celt.vcxproj.filters | 27 +++ win32/VS2010/silk_common.vcxproj | 17 +- win32/VS2010/silk_common.vcxproj.filters | 23 +- win32/VS2010/silk_fixed.vcxproj | 13 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/config.h | 25 +- 61 files changed, 3150 insertions(+), 699 deletions(-) create mode 1...
2014 Jun 04
2
opus_multistream_encode_float not working in libopus 1.1
> Have you tried compiling it yourself? I just installed git for the first time and downloaded all of the latest source code packages directly from the site. I'm getting the following every time I try to (re)build any of the projects: 1>------ Build started: Project: opus, Configuration: Release Win32 ------ 1> fatal: Not a git repository: 'C:\My
2014 Jun 04
3
opus_multistream_encode_float not working in libopus 1.1
...l to the build. Ok, this seems contradictory to the output that the build log is telling me. The log is showing a fatal error and the build doesn't succeed. There's no compiled lib, dll, or anything. If I try to build the entire solution, I get this: 1>------ Build started: Project: silk_common, Configuration: Release Win32 ------ 2>------ Build started: Project: silk_float, Configuration: Release Win32 ------ 2> fatal: Not a git repository: 'C:\My Documents\Opus\win32\..\.git' 1> fatal: Not a git repository: 'C:\My Documents\Opus\win32\..\.git' 1> The synta...
2015 May 08
8
[RFC PATCH v2]: Ne10 fft fixed and previous 0/8]
...| 8 +- src/analysis.h | 2 +- src/opus_encoder.c | 2 +- src/opus_multistream_encoder.c | 9 +- win32/VS2010/celt.vcxproj | 17 +- win32/VS2010/celt.vcxproj.filters | 27 +++ win32/VS2010/silk_common.vcxproj | 17 +- win32/VS2010/silk_common.vcxproj.filters | 23 +- win32/VS2010/silk_fixed.vcxproj | 13 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/config.h | 25 +- 63 files changed, 3633 insertions(+), 700 deletions(-) create mode 1...
2015 May 15
11
[RFC V3 0/8] Ne10 fft fixed and previous
...| 8 +- src/analysis.h | 2 +- src/opus_encoder.c | 2 +- src/opus_multistream_encoder.c | 9 +- win32/VS2010/celt.vcxproj | 17 +- win32/VS2010/celt.vcxproj.filters | 27 +++ win32/VS2010/silk_common.vcxproj | 17 +- win32/VS2010/silk_common.vcxproj.filters | 23 +- win32/VS2010/silk_fixed.vcxproj | 13 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/config.h | 25 +- 63 files changed, 3623 insertions(+), 700 deletions(-) create mode 1...
2015 Apr 28
10
[RFC PATCH v1 0/8] Ne10 fft fixed and previous
...| 8 +- src/analysis.h | 2 +- src/opus_encoder.c | 2 +- src/opus_multistream_encoder.c | 9 +- win32/VS2010/celt.vcxproj | 17 +- win32/VS2010/celt.vcxproj.filters | 27 +++ win32/VS2010/silk_common.vcxproj | 17 +- win32/VS2010/silk_common.vcxproj.filters | 23 +- win32/VS2010/silk_fixed.vcxproj | 13 +- win32/VS2010/silk_fixed.vcxproj.filters | 17 +- win32/config.h | 25 +- 63 files changed, 3623 insertions(+), 700 deletions(-) create mode 1...