Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Issue 3119024: Add speex to trunk/deps/third_party/.... (Closed)

Created:
10 years, 4 months ago by Satish
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews
Visibility:
Public.

Description

Add speex to trunk/deps/third_party/. This will be used for compressing and transmitting recorded speech for speech recognition in a subsequent CL. BUG=none TEST=none yet Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56359

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17053 lines, -0 lines) Patch
A speex/AUTHORS View 1 chunk +18 lines, -0 lines 0 comments Download
A speex/COPYING View 1 chunk +35 lines, -0 lines 0 comments Download
A speex/ChangeLog View 1 chunk +21 lines, -0 lines 2 comments Download
A speex/README View 1 chunk +9 lines, -0 lines 0 comments Download
A speex/README.chromium View 1 chunk +8 lines, -0 lines 0 comments Download
A speex/TODO View 1 chunk +48 lines, -0 lines 0 comments Download
A speex/include/speex/speex.h View 1 chunk +424 lines, -0 lines 0 comments Download
A speex/include/speex/speex_bits.h View 1 chunk +174 lines, -0 lines 0 comments Download
A speex/include/speex/speex_buffer.h View 1 chunk +68 lines, -0 lines 0 comments Download
A speex/include/speex/speex_callbacks.h View 1 chunk +134 lines, -0 lines 0 comments Download
A speex/include/speex/speex_config_types.h.in View 1 chunk +11 lines, -0 lines 0 comments Download
A speex/include/speex/speex_echo.h View 1 chunk +170 lines, -0 lines 0 comments Download
A speex/include/speex/speex_header.h View 1 chunk +94 lines, -0 lines 0 comments Download
A speex/include/speex/speex_jitter.h View 1 chunk +197 lines, -0 lines 0 comments Download
A speex/include/speex/speex_preprocess.h View 1 chunk +219 lines, -0 lines 0 comments Download
A speex/include/speex/speex_resampler.h View 1 chunk +340 lines, -0 lines 0 comments Download
A speex/include/speex/speex_stereo.h View 1 chunk +91 lines, -0 lines 0 comments Download
A speex/include/speex/speex_types.h View 1 chunk +126 lines, -0 lines 0 comments Download
A speex/libspeex/arch.h View 1 chunk +239 lines, -0 lines 0 comments Download
A speex/libspeex/bits.c View 1 chunk +372 lines, -0 lines 0 comments Download
A speex/libspeex/buffer.c View 1 chunk +176 lines, -0 lines 0 comments Download
A speex/libspeex/cb_search.h View 1 chunk +103 lines, -0 lines 0 comments Download
A speex/libspeex/cb_search.c View 1 chunk +612 lines, -0 lines 0 comments Download
A speex/libspeex/exc_10_16_table.c View 1 chunk +50 lines, -0 lines 0 comments Download
A speex/libspeex/exc_10_32_table.c View 1 chunk +66 lines, -0 lines 0 comments Download
A speex/libspeex/exc_20_32_table.c View 1 chunk +66 lines, -0 lines 0 comments Download
A speex/libspeex/exc_5_256_table.c View 1 chunk +290 lines, -0 lines 0 comments Download
A speex/libspeex/exc_5_64_table.c View 1 chunk +98 lines, -0 lines 0 comments Download
A speex/libspeex/exc_8_128_table.c View 1 chunk +162 lines, -0 lines 0 comments Download
A speex/libspeex/filters.h View 1 chunk +90 lines, -0 lines 0 comments Download
A speex/libspeex/filters.c View 1 chunk +821 lines, -0 lines 0 comments Download
A speex/libspeex/gain_table.c View 1 chunk +160 lines, -0 lines 0 comments Download
A speex/libspeex/gain_table_lbr.c View 1 chunk +64 lines, -0 lines 0 comments Download
A speex/libspeex/hexc_10_32_table.c View 1 chunk +66 lines, -0 lines 0 comments Download
A speex/libspeex/hexc_table.c View 1 chunk +162 lines, -0 lines 0 comments Download
A speex/libspeex/high_lsp_tables.c View 1 chunk +163 lines, -0 lines 0 comments Download
A speex/libspeex/lpc.h View 1 chunk +53 lines, -0 lines 0 comments Download
A speex/libspeex/lpc.c View 1 chunk +201 lines, -0 lines 0 comments Download
A speex/libspeex/lsp.h View 1 chunk +64 lines, -0 lines 0 comments Download
A speex/libspeex/lsp.c View 1 chunk +656 lines, -0 lines 0 comments Download
A speex/libspeex/lsp_tables_nb.c View 1 chunk +360 lines, -0 lines 0 comments Download
A speex/libspeex/ltp.h View 1 chunk +141 lines, -0 lines 0 comments Download
A speex/libspeex/ltp.c View 1 chunk +839 lines, -0 lines 0 comments Download
A speex/libspeex/math_approx.h View 1 chunk +332 lines, -0 lines 0 comments Download
A speex/libspeex/modes.h View 1 chunk +161 lines, -0 lines 0 comments Download
A speex/libspeex/modes.c View 1 chunk +366 lines, -0 lines 0 comments Download
A speex/libspeex/modes_wb.c View 1 chunk +300 lines, -0 lines 0 comments Download
A speex/libspeex/nb_celp.h View 1 chunk +203 lines, -0 lines 0 comments Download
A speex/libspeex/nb_celp.c View 1 chunk +1903 lines, -0 lines 0 comments Download
A speex/libspeex/os_support.h View 1 chunk +169 lines, -0 lines 0 comments Download
A speex/libspeex/pseudofloat.h View 1 chunk +379 lines, -0 lines 0 comments Download
A speex/libspeex/quant_lsp.h View 1 chunk +74 lines, -0 lines 0 comments Download
A speex/libspeex/quant_lsp.c View 1 chunk +385 lines, -0 lines 0 comments Download
A speex/libspeex/resample.c View 1 chunk +1131 lines, -0 lines 0 comments Download
A speex/libspeex/sb_celp.h View 1 chunk +155 lines, -0 lines 0 comments Download
A speex/libspeex/sb_celp.c View 1 chunk +1488 lines, -0 lines 0 comments Download
A speex/libspeex/speex.c View 1 chunk +250 lines, -0 lines 0 comments Download
A speex/libspeex/speex_callbacks.c View 1 chunk +144 lines, -0 lines 0 comments Download
A speex/libspeex/speex_header.c View 1 chunk +200 lines, -0 lines 0 comments Download
A speex/libspeex/stack_alloc.h View 1 chunk +115 lines, -0 lines 0 comments Download
A speex/libspeex/stereo.c View 1 chunk +296 lines, -0 lines 0 comments Download
A speex/libspeex/vbr.h View 1 chunk +70 lines, -0 lines 0 comments Download
A speex/libspeex/vbr.c View 1 chunk +275 lines, -0 lines 0 comments Download
A speex/libspeex/vq.h View 1 chunk +54 lines, -0 lines 0 comments Download
A speex/libspeex/vq.c View 1 chunk +147 lines, -0 lines 0 comments Download
A speex/libspeex/window.c View 1 chunk +102 lines, -0 lines 0 comments Download
A speex/speex.gyp View 1 chunk +93 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Satish
10 years, 4 months ago (2010-08-17 15:54:23 UTC) #1
M-A Ruel
LICENSE file is missing.
10 years, 4 months ago (2010-08-17 15:57:51 UTC) #2
Satish
On 2010/08/17 15:57:51, Marc-Antoine Ruel wrote: > LICENSE file is missing. The script 'tools/licenses.py' also ...
10 years, 4 months ago (2010-08-17 15:59:44 UTC) #3
M-A Ruel
On 2010/08/17 15:57:51, Marc-Antoine Ruel wrote: > LICENSE file is missing. Ignore that comment, COPYING ...
10 years, 4 months ago (2010-08-17 16:00:17 UTC) #4
M-A Ruel
lgtm http://codereview.chromium.org/3119024/diff/1/4 File speex/ChangeLog (right): http://codereview.chromium.org/3119024/diff/1/4#newcode1 speex/ChangeLog:1: 2005-09-07 Thomas Vander Stichele <thomas at apestaart dot ...
10 years, 4 months ago (2010-08-17 16:03:56 UTC) #5
Satish
10 years, 4 months ago (2010-08-17 16:04:53 UTC) #6
Thanks.

http://codereview.chromium.org/3119024/diff/1/4
File speex/ChangeLog (right):

http://codereview.chromium.org/3119024/diff/1/4#newcode1
speex/ChangeLog:1: 2005-09-07  Thomas Vander Stichele  <thomas at apestaart dot
org>
On 2010/08/17 16:03:56, Marc-Antoine Ruel wrote:
> This file is useless since the release dates from 2008.

Ok, will remove before checking in.

Powered by Google App Engine
This is Rietveld 408576698