-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes parsing issue with
*
characters
- Quick hacky solution to solve a string quoting issue in parsing/rendering - When our bulk conversion script is run against `aggregate`, this fix increases our success rate from 44% -> 58%
- Loading branch information
1 parent
7743774
commit b962512
Showing
3 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
package: | ||
name: gsm-amzn2-aarch64 | ||
version: 1.0.13 | ||
|
||
source: | ||
- url: https://graviton-rpms.s3.amazonaws.com/amzn2-core_2021_01_26/amzn2-core/gsm-1.0.13-11.amzn2.0.2.aarch64.rpm | ||
sha256: 7700d84e3f08ac1d119e4e1b28a9b744ee130a283b8e69c1051da0cd77abab64 | ||
no_hoist: true | ||
folder: binary | ||
- url: https://graviton-rpms.s3.amazonaws.com/amzn2-core-source_2021_01_26/amzn2-core-source/gsm-1.0.13-11.amzn2.0.2.src.rpm | ||
sha256: 6fc1395957fa593720a0b6a91898f946573c2ce2b898179f691407e8ecabe88d | ||
no_hoist: true | ||
folder: source | ||
|
||
build: | ||
number: 5 | ||
noarch: generic | ||
missing_dso_whitelist: | ||
- "*" | ||
|
||
requirements: | ||
build: | ||
- glibc-amzn2-aarch64 ==2.26 | ||
host: | ||
- glibc-amzn2-aarch64 ==2.26 | ||
run: | ||
- glibc-amzn2-aarch64 ==2.26 | ||
|
||
about: | ||
home: http://www.quut.com/gsm/ | ||
license: MIT | ||
license_family: MIT | ||
description: | | ||
Contains runtime shared libraries for libgsm, an implementation of the | ||
European GSM 06.10 provisional standard for full-rate speech transcoding, prI- | ||
ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term | ||
prediction) coding at 13 kbit/s. GSM 06.10 compresses frames of 162 13-bit | ||
samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for | ||
compatibility with typical UNIX applications, our implementation turns frames | ||
of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality | ||
of the algorithm is good enough for reliable speaker recognition; even music | ||
often survives transcoding in recognizable form (given the bandwidth | ||
limitations of 8 kHz sampling rate). The interfaces offered are a front end | ||
modelled after compress(1), and a library API. Compression and decompression | ||
run faster than realtime on most SPARCstations. The implementation has been | ||
verified against the ETSI standard test patterns. | ||
summary: (CDT) Shared libraries for GSM speech compressor | ||
|
||
extras: | ||
rpm_name: gsm |