profile
viewpoint
If you are wondering where the data of this site comes from, please visit https://api.github.com/users/gcp/events. GitMemory does not store any data, but only uses NGINX to cache data for a period of time. The idea behind GitMemory is simply to give users a better reading experience.

gcp/opus 32

Low-delay patent free hybrid audio codec

gcp/sjeng 30

A chess and chess variants playing program.

gcp/Leela 17

Leela - a Go program combining Monte Carlo simulations and Neural Networks.

gcp/libogg 15

Ogg container format libraries

gcp/opus-tools 13

Commandline tools for the Opus audio codec

gcp/LeelaGUI 12

Graphical interface for the Leela Go program.

gcp/rratings 7

Rating recalculation tool in Rust

gcp/lc0 3

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.

gcp/tiny-cnn 3

header only, dependency-free deep learning framework in C++11

gcp/leela-chess 2

A chess adaption of GCP's Leela Zero

issue commentleela-zero/leela-zero

NetworkException: JSON parse error

Thank you very much. Leela-zero is good. As I know there are many go players (either ameture or professional) who use leea-zero for training and learning.

Regards,

Jun

On Thu, Apr 1, 2021 at 3:32 PM Jonathan Roy ***@***.***> wrote:

Yes the server is offline for good, the project has ended. :)

Please check out SAI (http://sai.unich.it/) or Katago ( https://katagotraining.org/) if you'd like to contribute more to Go AI projects.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/leela-zero/leela-zero/issues/2637#issuecomment-812212312, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATP5F5PLLEBL6XJVFTBS4BDTGTYAFANCNFSM42H2VUMA .

zh450

comment created time in 3 days

PR closed xiph/rnnoise

Tl scanoss
+157 -141

0 comment

21 changed files

tomleavy

pr closed time in 3 days

issue closedleela-zero/leela-zero

NetworkException: JSON parse error

I got the following after running AutoGTP v18, is the server down or something? AutoGTP v18 Using 1 game thread(s) per device. Starting tuning process, please wait... Network connection to server failed. NetworkException: JSON parse error: illegal value Retrying in 30 s. Network connection to server failed. NetworkException: JSON parse error: illegal value Retrying in 45 s. Network connection to server failed. NetworkException: JSON parse error: illegal value Retrying in 67 s. Maximum number of retries exceeded. Falling back to previous network.

closed time in 3 days

zh450

issue commentleela-zero/leela-zero

NetworkException: JSON parse error

Yes the server is offline for good, the project has ended. :)

Please check out SAI (http://sai.unich.it/) or Katago (https://katagotraining.org/) if you'd like to contribute more to Go AI projects.

zh450

comment created time in 3 days

issue openedleela-zero/leela-zero

NetworkException: JSON parse error

I got the following after running AutoGTP v18, is the server down or something? AutoGTP v18 Using 1 game thread(s) per device. Starting tuning process, please wait... Network connection to server failed. NetworkException: JSON parse error: illegal value Retrying in 30 s. Network connection to server failed. NetworkException: JSON parse error: illegal value Retrying in 45 s. Network connection to server failed. NetworkException: JSON parse error: illegal value Retrying in 67 s. Maximum number of retries exceeded. Falling back to previous network.

created time in 3 days

PR closed xiph/rnnoise

Test
+157 -130

0 comment

20 changed files

tomleavy

pr closed time in 4 days

PR opened xiph/rnnoise

Test
+157 -130

0 comment

20 changed files

pr created time in 4 days

PR opened xiph/rnnoise

Tl scanoss
+157 -141

0 comment

21 changed files

pr created time in 4 days

issue commentxiph/rnnoise

Does anyone tried to implement this in Raspberry Pi?

Looking for the same

RXAldreezee

comment created time in 7 days

PR opened xiph/opus

meson: Fix reporting of cpu family if intrinsics not supported

Signed-off-by: Doug Nazar [email protected]

+2 -2

0 comment

1 changed file

pr created time in 10 days

issue openedxiph/rnnoise

Does anyone tried to implement this in Raspberry Pi?

Hello, I would like to ask does anyone tried to implement this in Raspberry Pi 4? Can you please help how to do it? Thank you.

created time in 11 days

issue openedxiph/rnnoise

Question about dump_rnn.py

Thanks for the wonderful code.

When I use command "./dump_rnn.py weights.hdf5 ../src/rnn_data.c ../src/rnn_data.h", I get a warning "warning: tensorflow: error in loading the saved optimizer state. As a result, your model is starting with a freshly initialized optimizer", will this warning effects me loaded weights correctly?

Thanks for your time.

created time in 14 days

issue commentxiph/opus

WebCodecs 'opus' encoding implementation

@rillian So far the only conclusion I am able to reach is that Chrome's implementation of AudioEncoder and AudioDecoder is severely broken.

I am not sure how that API got deployed into the wild as production ready.

Even when storing the decoded chunks first, without attempting to live-stream, the output is decidedly sub-par, there is no quailty in output to speak of.

https://plnkr.co/edit/yY4CZbPNnZMT7Kwd?preview

WebCodecsAudioEncoderAudioDecoderIsBroken.zip

https://plnkr.co/edit/yY4CZbPNnZMT7Kwd?preview

guest271314

comment created time in 15 days

startedgcp/libogg

started time in 17 days

issue openedxiph/rnnoise

What is the noise_train used for

Thanks for the wonderful code. In rnn_train.py file, I saw the noise_train are not be used in the training. So i wonder what is noise_train used for?

Thanks for your time.

created time in 18 days

startedgcp/libogg

started time in 19 days

PR closed xiph/flac

flac: Work around gcc bug to prevent false unset MD5 signature warning

A bug beginning in gcc version 9.2 causes strings to get incorrectly stripped when passed directly to memcmp with a zero first byte (1). This bug causes flac -t to fail on any .flac file with a md5 checksum beginning in 00. To work around this bug, the FLAC__byte type is used for an empty md5 sum to prevent a string from being stripped, which is backwards compatible and avoids compile-time checks. This was initially reported back in March 2020, but has seen more light since Ubuntu 19.10 and up ship with gcc 9.2 as the default compiler. A patch has been merged into the master gcc branch (2), but has not been included in any versions as of this commit date.

The initial reporter provided a patch in their bug report (3), which is included in this PR with authorship attributed to the reporter.

(1) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189 (2) https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=d5803b9876b3d11c93d1a10fabb3fbb1c4a14bd6 (3) https://sourceforge.net/p/flac/bugs/478/

Closes #192.

+2 -1

5 comments

1 changed file

NotTsunami

pr closed time in 21 days

PR closed xiph/flac

Fix compression ratio display for very small files

Because the compression ratio was calculated before processing the input of the last frame, it did not include the size of this last frame. This patch moves the calculation of the compression ratio after the new input has been processed. Now the compression ratio on very small files is correctly displayed.

+3 -3

1 comment

1 changed file

ktmf01

pr closed time in 21 days

pull request commentxiph/flac

Fix compression ratio display for very small files

Colnsolidated into https://github.com/xiph/flac/pull/235 .

ktmf01

comment created time in 21 days

pull request commentxiph/flac

Fix possible overflows in stream_encoder.c and analyse.c

Colnsolidated into https://github.com/xiph/flac/pull/235 .

ktmf01

comment created time in 21 days

PR closed xiph/flac

Fix possible overflows in stream_encoder.c and analyse.c

Recently I was trying some new approaches to improve FLAC compression, when I stumbled on a possible overflow. The reason this has not come up earlier is because the encoder only hits this point when the estimate of the rice_parameter is very much off.

To trigger this overflow, one has to force rice_parameter to 0 in for example the function evaluate_lpc_subframe in libFLAC/stream_encoder.c. When encoding noisy material, which needs a high rice parameter, it can happen that the return value of that function overflows. When this happens, the wrong order might be picked, and the file blows up to enormous proportions. In my case, about 30 times the size of the original WAV file.

When analysing this problem, I found more or less the same overflow in flac/analyse.c, where in flac__analyse_frame, frame_bytes is multiplied by 8.

These patches alleviate these problems. Below two links with results

Graph with sample set 1 Graph with sample set 2

+20 -13

1 comment

4 changed files

ktmf01

pr closed time in 21 days

pull request commentxiph/flac

flac: Work around gcc bug to prevent false unset MD5 signature warning

Colnsolidated into https://github.com/xiph/flac/pull/235 .

NotTsunami

comment created time in 21 days

PR closed xiph/flac

libFLAC/stream_decoder.c: Fix divide by zero error in FLAC__stream_de…

…coder_seek_absolute

In stream_decoder.c, there are three equations of finding the position in seek_to_absolute_sample_ function. The third equation i.e. when FLAC__INTEGER_ONLY_LIBRARY is defined and (upper_bound - lower_bound < 0xffffffff), can cause a divide by zero error if (upper_bound_sample - lower_bound_sample) is less than 2^16. This condition can arise due to an invalid seek table.

The fix mitigates the issue and ensures that the 1st equation and the 3rd equation give the same position under this condition.

+4 -2

2 comments

1 changed file

NeelkamalSemwal

pr closed time in 21 days

pull request commentxiph/flac

libFLAC/stream_decoder.c: Fix divide by zero error in FLAC__stream_de…

Colnsolidated into https://github.com/xiph/flac/pull/235 .

NeelkamalSemwal

comment created time in 21 days

PR closed xiph/flac

libFLAC/stream_decoder.c: Use current position as bound when seeking

I ran into an issue today when seeking forward or backward small amounts of samples in FLAC files without seek-tables (or with very widely spaced seek points, e.g. every 10 seconds).

Turns out the decoder always searches the whole file when seeking. That the files at hand contained a lot of silence made it worse, as it kind of defeated the pivot point calculation based on average frame size throughout the file.

This PR greatly speeds up seeking in such cases by using the current position as either the lower or upper bound, depending on where the target position happens to be.

+14 -3

2 comments

1 changed file

enzo1982

pr closed time in 21 days

pull request commentxiph/flac

libFLAC/stream_decoder.c: Use current position as bound when seeking

Colnsolidated into https://github.com/xiph/flac/pull/235 .

enzo1982

comment created time in 21 days

delete branch xiph/flac

delete branch : erikd/consolidate

delete time in 21 days

push eventxiph/flac

Robert Kausch

commit sha 159cd6c41a6ec17b36d74043c45a3aa64de90d5e

libFLAC/stream_decoder.c: Use current position as bound when seeking

view details

Neelkamal Semwal

commit sha d7b33142ecb4e64b7eaf54564d6ad6e7f20a6c5d

libFLAC/stream_decoder.c: Fix divide by zero error in FLAC__stream_decoder_seek_absolute

view details

NotTsunami

commit sha 5f5035d2093421c43770eb0f0628e2f60aea61a5

flac: Work around gcc bug to prevent false unset MD5 signature warning A bug beginning in gcc version 9.2 causes strings to get incorrectly stripped when passed directly to memcmp with a zero first byte (1). This bug causes flac -t to fail on any .flac file with a md5 checksum beginning in 00. To work around this bug, the FLAC__byte type is used for an empty md5 sum to prevent a string from being stripped, which is backwards compatible and avoids compile-time checks. This was initially reported back in March 2020, but has seen more light since Ubuntu 19.10 and up ship with gcc 9.2 as the default compiler. A patch has been merged into the master gcc branch (2), but has not been included in any versions as of this commit date. The initial reporter provided a patch in their bug report (3), which is included in this PR with authorship attributed to the reporter. (1) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189 (2) https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=d5803b9876b3d11c93d1a10fabb3fbb1c4a14bd6 (3) https://sourceforge.net/p/flac/bugs/478/ Closes #192.

view details

Martijn van Beurden

commit sha 38b7fec1430e07a674ef1701e25fcfc4fae87a11

Change analyse function to support >4Gbit frames Theoretically, when a rice parameter of 0, 24-bit samples, fixed predictor with order 0, no rice escaping and a blocksize of 65536 is chosen, a subframe could be up to 2^24*65536 = 1 terabyte in size. While this obviously should never happen, the analyse function should be able to debug such a case.

view details

Martijn van Beurden

commit sha ced7f6829d14e38128bf0ba66412cc0541246c46

Add some overflow checks for residual bits calculation

view details

Martijn van Beurden

commit sha ae288c067c03bc3404eff67063958bfe854f5a01

Fix compression ratio display for very small files Because the compression ratio was calculated before processing the input of the last frame, it did not include the size of this last frame. This patch moves the calculation of the compression ratio after the new input has been processed. Now the compression ratio on very small files is correctly displayed.

view details

Erik de Castro Lopo

commit sha 27c615706cedd252a206dd77e3910dfa395dcc49

github actions: Drop HTML validation Its seems `xmllint` is mainly an XML validator and not a HTML validator and can't find a decent command line HTML validator.

view details

push time in 21 days

issue closedxiph/flac

flac -t claims MD5 signature unset in STREAMINFO, yet it is present?

I've been hitting this issue and I can't seem to pin down the cause:

$ flac -t 07*.flac

flac 1.3.3
Copyright (C) 2000-2009  Josh Coalson, 2011-2016  Xiph.Org Foundation
flac comes with ABSOLUTELY NO WARRANTY.  This is free software, and you are
welcome to redistribute it under certain conditions.  Type `flac' for details.

07 - Natur - Flying.flac: WARNING, cannot check MD5 signature since it was unset in the STREAMINFO
ok
$ metaflac --list --block-type=STREAMINFO 07*.flac
METADATA block #0
  type: 0 (STREAMINFO)
  is last: false
  length: 34
  minimum blocksize: 4096 samples
  maximum blocksize: 4096 samples
  minimum framesize: 2031 bytes
  maximum framesize: 12721 bytes
  sample_rate: 44100 Hz
  channels: 2
  bits-per-sample: 16
  total samples: 16639640
  MD5 signature: 009e8d8af89cf3d98f748aa9383f9e90

Running checks it seems to appear in about one in two hundred files. It is present in flac v1.3.{1,2}.

closed time in 21 days

smopucilowski

PR merged xiph/flac

Consolidate a bunch of PRs
+43 -28

1 comment

7 changed files

erikd

pr closed time in 21 days