Skip to main content

This is a package for G.722 module

Project description

libg722

Build & Test

Introduction

The G.722 module is a bit-exact implementation of the ITU G.722 specification for all three specified bit rates: 64,000 bps, 56,000 bps and 48,000 bps. It passes the ITU tests.

To allow fast and flexible interworking with narrowband telephony, the encoder and decoder support an option for the linear audio to be an 8 kHz stream. In this mode the codec is considerably faster, and still fully compatible with wideband terminals using G.722.

History

The code was originally written by Milton Anderson milton@thumper.bellcore.com from BELLCORE, and was modified by Chengxiang Lu and Alex Hauptmann from the Speech Group, School of Computer Science, Carnegie Mellon University, to be fairly fast and efficient while retaining high fidelity.

Steve Underwood steveu@coppice.org improved the code a lot later on and contributed it into several popular open source projects.

Himanshu Soni sonihimanshu@gmail.com has adjusted some coefficients to avoid overflows and underflows in the decoder.

Phil Schatzmann phil.schatzmann@gmail.com has added CMake glue and Arduino support.

Packaged as libg722 by Sippy Software, Inc.

Build and Install Library

macOS and Linux

git clone https://github.com/sippy/libg722.git
cmake -B libg722/build -S libg722
make -C libg722/build clean all test install

Note for macOS users: The library will be installed to ~/Library/libg722 by default. If you prefer a different location, you can specify it with:

cmake -B libg722/build -S libg722 -DCMAKE_INSTALL_PREFIX=/your/preferred/path

After installation, you may need to add the library path to your environment:

export DYLD_LIBRARY_PATH="$HOME/Library/libg722/lib:$DYLD_LIBRARY_PATH"

iOS

git clone https://github.com/sippy/libg722.git
cmake -B libg722/build-ios-device -S libg722 \
  -DCMAKE_SYSTEM_NAME=iOS \
  -DCMAKE_OSX_ARCHITECTURES=arm64 \
  -DCMAKE_OSX_SYSROOT=iphoneos \
  -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0
make -C libg722/build-ios-device

Install Python Module With pip

The core package has no required NumPy dependency:

pip install G722

Install the optional NumPy decode backend with the numpy extra:

pip install "G722[numpy]"

This installs G722-numpy at the same version as G722. You can also install the addon package directly:

pip install G722-numpy

Build and Install Python Module From Source

The default source build installs the core package:

git clone https://github.com/sippy/libg722.git
pip install ./libg722

After installing the core package, build the optional NumPy backend from the same checkout:

LIBG722_PACKAGE_VARIANT=numpy-addon pip install ./libg722

Python Build Options

LIBG722_BUILD_MODE controls build profile for the main G722 extension:

  • production: build with optimization (-O2, or /O2 on Windows).
  • debug: build with -g3 -O0.
  • auto (default): if . is a git repository and git is available, run git diff v{version} -- .; build in debug mode when it differs, otherwise production. If . is not a git repository or git is unavailable, use production.

LIBG722_PACKAGE_VARIANT controls which Python distribution is built from this repository:

  • core (default): builds/publishes G722.
  • numpy-addon: builds/publishes G722-numpy from python/G722_numpy_mod.c.

Python API

G722(sample_rate, bit_rate, use_numpy=None) accepts an optional use_numpy flag:

  • True: return NumPy arrays from decode() (raises if G722-numpy is not installed).
  • False: return Python array('h') from decode().
  • omitted or None: use the G722-numpy backend when installed, otherwise return array('h').

Pull Library Into Your Docker Container

Published Docker images contain the installed library and public headers under /usr/local. The default-branch images are published with these tags:

  • sippylabs/libg722:latest-debian_sid-slim
  • sippylabs/libg722:latest-debian_12-slim
  • sippylabs/libg722:latest-debian_13-slim
  • sippylabs/libg722:latest-ubuntu_latest

Branch, release, pull request and SHA tags use the same base-image suffixes, for example <ref>-debian_12-slim.

ARG BASE_IMAGE=debian:sid-slim
ARG LIBG722_IMAGE=sippylabs/libg722:latest-debian_sid-slim
FROM ${LIBG722_IMAGE} AS libg722
FROM ${BASE_IMAGE} AS build
COPY --from=libg722 /usr/local/lib/libg722.* /usr/local/lib/
COPY --from=libg722 /usr/local/include/g722* /usr/local/include/

License

This code is mostly Public Domain. Library test code is under BSD 2-clause license.

See LICENSE for copyright details and each individual file for specifics.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

g722-1.2.7.tar.gz (19.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

g722-1.2.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (64.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

g722-1.2.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl (65.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390xmanylinux: glibc 2.34+ s390x

g722-1.2.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (66.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

g722-1.2.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl (69.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.34+ ppc64le

g722-1.2.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (70.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl (64.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.39+ ARM64

g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl (63.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.34+ ARM64

g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (64.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

g722-1.2.7-cp314-cp314-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl (62.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (63.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp314-cp314-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl (62.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (61.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (64.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

g722-1.2.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl (65.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390xmanylinux: glibc 2.34+ s390x

g722-1.2.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (66.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

g722-1.2.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl (69.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.34+ ppc64le

g722-1.2.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (70.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl (64.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.39+ ARM64

g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl (63.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.34+ ARM64

g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (64.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

g722-1.2.7-cp313-cp313-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl (62.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (63.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp313-cp313-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl (62.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (61.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (64.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

g722-1.2.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl (65.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390xmanylinux: glibc 2.34+ s390x

g722-1.2.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (66.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

g722-1.2.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl (69.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.34+ ppc64le

g722-1.2.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (70.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl (64.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.39+ ARM64

g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl (63.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.34+ ARM64

g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (64.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

g722-1.2.7-cp312-cp312-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl (62.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (62.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp312-cp312-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl (62.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (61.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (62.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

g722-1.2.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl (64.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390xmanylinux: glibc 2.34+ s390x

g722-1.2.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (64.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

g722-1.2.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl (67.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.34+ ppc64le

g722-1.2.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (68.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl (63.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.39+ ARM64

g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl (62.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.34+ ARM64

g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (62.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

g722-1.2.7-cp311-cp311-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl (61.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (61.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp311-cp311-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl (60.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (60.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (62.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

g722-1.2.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl (63.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390xmanylinux: glibc 2.34+ s390x

g722-1.2.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (64.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

g722-1.2.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl (67.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.34+ ppc64le

g722-1.2.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (68.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl (62.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.39+ ARM64

g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl (62.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.34+ ARM64

g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (62.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

g722-1.2.7-cp310-cp310-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl (61.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (61.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

g722-1.2.7-cp310-cp310-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl (60.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ i686manylinux: glibc 2.5+ i686

g722-1.2.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (60.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

File details

Details for the file g722-1.2.7.tar.gz.

File metadata

  • Download URL: g722-1.2.7.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.7.tar.gz
Algorithm Hash digest
SHA256 36db2d688f1aab648738121cfd2541de7d9e75895688534fd7741abcbbb76581
MD5 df07c9e961d164727d9e022f50326872
BLAKE2b-256 d406eb251ab81cf1d69bd01fad8dc0afdbf6c761d5c954328a008e2b539f4cc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7.tar.gz:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 9a161dde0e8ff446628db07376c601e00b28b526429e8f6bad74fe72a14f2eb8
MD5 cb6da539af98741a515bded230b4a83d
BLAKE2b-256 861f6d62dc53d97bd8a709786ad2e66b862607c6f9aaf977e9ced0342656c510

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 45c58cab82c3dffa79f7d6f32d36ac817dc674b9d49f96b6d777da2bdd012116
MD5 eec9ec586ae9b0d0da346386eb4f5024
BLAKE2b-256 ce91a26fd28c4dbd6b08c30f2740649a0fa06f5846dc10908eafaa952cbc09b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c58ee80ede3584da6c06a62ddff8550c2085baaeab1931739ce7a6e0d7e7ad65
MD5 366f83f49a412363b098b10a26850b8e
BLAKE2b-256 a2e36edfbf2874f71be82d1ad429fa92b9d1888106014c6a8e786a57d9381d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 89fc1171e7684af61c32c180c5c0ce8488264acc952d91e7d1f9fb36f9ad06b5
MD5 7e8fea706e5795c5ca642a8874c22449
BLAKE2b-256 fd32d2a58a2c7179b70cd9bd3e22aa9a478774157abed8bcffe4074a0c3b9e47

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 60ae2aafc973b0382cd03b4f754932ffa97e407dc6fe8f51508cab0fb2cde82d
MD5 471efb9ace7f06c7a0b3d9341c93b987
BLAKE2b-256 d0a204849517c1bd2e487539607fec208dae8e1751d37169636edff891f8bf17

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 00442c46ee09d488b85918af4f34cf7b96f93ff6db6d3efbcf5b7f27d3cba5c6
MD5 66e713925366240998c5759f0688d4ab
BLAKE2b-256 78b54235885f99f9227b1f9fb24d334312c1678561a1d94383ba0be1725f1127

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5904f8ddaaea291f5dea77e422cb551b99bf30d26027558c5af724361ddc79cb
MD5 b1d18e8025bcf679073bbd250520f326
BLAKE2b-256 22e73999524cabd6f3559c7c43af28822ed10b7a76cbb19adf0162f48f2ee87f

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a137996579d473deca4cc77ed1757da1066519dd8aada60deddb8a695e2c6319
MD5 ceeb6029b73d43050fdd36d6460b7daa
BLAKE2b-256 d98e8685d4e1ac3ef3708981f70e9a6955de1d4058e4c595eb8e1b6ca104134e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1f8c5f973785526f6d365ef13e1c52bebb0e5240b96bd584f47507d00fb00e7c
MD5 2e81aa1824cd840daadc10b04eb4325d
BLAKE2b-256 e04a3a7ad9a41f62a5c33e033004f884d361413fb72832c7b892d120240afa9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b55d8d0b954e08f9246e6dafc6fac44a93a917a917cfefe36ee5210694b0d547
MD5 f4abb7c8ed0fcbb1a7c182dc7ea4b666
BLAKE2b-256 eefdad1d4a39169c5152084625ed8ddfb691d0d4852c17fcf55c6bcfe09bc473

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 003bf27e1064d2792f04164e8bbd9bed3d75f8bbd9528ac501343bbac2dfbbc7
MD5 833aab175923d091a31b311af8bc9381
BLAKE2b-256 3f8b9d5c1e204cc851d92734a9abf7bef8dc9268a4907d17fa57caf7fd9a0452

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 56cfb8265e7a87416ea359e9aef2892553237747f0115e63f9de9ef24518f6b3
MD5 d3d6e2b0814adcfabd2eae3e7774e07e
BLAKE2b-256 9db7ef7d49ea012d0a7219312f021432af3da18a23aa142dfdb48ded899492f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 1ecfb2cae07c4bed4571add1915ed9325627e0d7778535aaa3125077efe95d9d
MD5 31523d3f9f00a1c9fdeb7bb0f7a732ba
BLAKE2b-256 b897f009560981dcab1b3a95c757d365780698606ce965d0cafb33b430483ec1

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 a4a7e0d562b2e38cbd0ca6c8f2a5bbe3ac623da8e43c05f165d2daef1e01d284
MD5 b3c6a4eba9b282280718c9b78bccaab7
BLAKE2b-256 3f6d6cdd3c877bb850b4432cca27f676b3701d98559f31f2dda9a9e6d291f77e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 674ca90d8d9c69258be9385c0dce601b87ccd54dac0ea6fc3ad1fba5948af4b3
MD5 a2a456dd230e809ee521a59ca1bc9584
BLAKE2b-256 67a232db5bb720fa8efd943b21bbf9c78863e0d954b5569d67215f117c4bb52e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 b8bbba9f390fecf96200638a32227940dab3af25af272029b00c2c9f5d10205c
MD5 510a3664768dbd7406040f84b1c0f969
BLAKE2b-256 b565592c9670771e468eedf94e5d2568d1701a5d9555bf7d6257b4fcc4946239

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 87ae20539e98f0bf5ddb3470928c569bfb100fe0004f6e75bd904bf3af3e87dc
MD5 1b4e568de6a4278ace8e0a1a9894481a
BLAKE2b-256 574e36325526baac4dbfa1bb4fefbe96786bc7cd6b74f251f21503d504614b3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 8e3c87c878f2bc0e4a63ae8bd2793c78a55d8503f23bb5a6fd2f8d22cacaa500
MD5 efe795c2038ccf38d16ce64cddf2d10b
BLAKE2b-256 395c540ab81353895a3b1b015946bdfd21fa0e56cd5dd360c00bb4ed2d01a21d

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 10beb5774ef57f42d1d84f5929199a24f1fc0b11ba6f9020c85bbc71dade4212
MD5 3f08abc60d1da2fb52bad5cff9afec85
BLAKE2b-256 d6aa403aa0dd2e4be51d6d04989e8675c7d29441e0bc0dedf48f7540a8aa7cf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fca0d5268b514267d6871dd75eb372ba69c21aa29f608f06ed477980f08b324b
MD5 b663695f5ae1a77ce7ddae8f5dea73ea
BLAKE2b-256 01ec761a96a3bc889a33c859ba26f6b687577aec06b33c4a315886dc03c9e066

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3910db3e42b8f14db50d010d7b079da3d18705ac8d743c6d67b275cbe6f487ef
MD5 855ec1e2a66faf0871a69e53316ed81d
BLAKE2b-256 cfa94c19b5757c19426498e0530f471b0d1183b909e685c7bd2d67ff4a577f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 da0f66343465b961f5208c52282389a3dba032c036ddc1211448b21faf728878
MD5 ed597bd2c7b9b33fa826646788e9e63a
BLAKE2b-256 e565506a5bfeac1287afbb58c2c48f8d5f0ba5f304ce9ccc7f177c5044117f59

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 02929711f700581037034ffd28835dbd8daef82940eb770355858b2b731ad06d
MD5 e5a0cdacc50b2fbafa3eb4049590c43b
BLAKE2b-256 64ab083d473d02032c430c7404321b6454dcb4c3621f97ded1855d3beba832f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ee24da9cb72189357309089480ad48ab97533d9c73a147d9e3c239d320891839
MD5 65a028944c27b616ae7b3e03343339c5
BLAKE2b-256 bce3297120b4146102c309ecd09c2fccd6c195b47fdcbc3b97f98ccc7cc83f7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 8d07eb77e2f4f06d0d796cbe5b6fb9fe7f4ba4a494c86101868237bfac459ba1
MD5 378869674e760464afb94492b352b733
BLAKE2b-256 e9c4d23356fdf918aad1067dc34f6e941b3398e19a2d67d447edefd90ebd4188

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 5b6f5736b016feef9f8e6d01091e87e72a0017d9b98934ec04574c0d11d4915e
MD5 ab8516973c2f6d2ef72f57e4122533ba
BLAKE2b-256 f341f62ce9e179c8f67ae4c054d9f3bb69db249a2b98ec75da67071dec9334e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 949636ff002bf568df0407cabb7aa4ce2f508c0d2618fb52e4d893ad5591ff54
MD5 79b49381b13ea51e79acaa3ec7768ee8
BLAKE2b-256 9ee48278f0b3d9bd0f6d3d20280337d8e37ab3bb2514be9a15f42f46e912b85e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 11707d28b23d2dfda9cc0b4e542c6a095eb6e554864b43be2c936bf7dc44d594
MD5 3976a5861568279422c15863c6fcb669
BLAKE2b-256 31c0c0999ada535bdcc2956f3b288b497aed6184b412e53f9f7c3576ae23cba7

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 39765917d653ea94013eac2e3493aa8e3b0ee496575ebdec577135704848ae18
MD5 f59666ac5dd90a5104cd9245607be6d5
BLAKE2b-256 fd231d7c2fbd330fd55726d1d5837ed21222a8df6e4e2e028b02d01957418a7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 b8c6c467b6c834ce5459b94fd679b214061789603e6ac51d666879c09b1e7e90
MD5 97101e1659e0337d6b0387a29b9f60de
BLAKE2b-256 56976cef7bbd76735db570e4f742e875209c4f87811b2685b8fb3bd7b1256c48

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e71a59cda910d4e53949811b572bbedab3ba44cdfcc9fdb59c2e458277977a97
MD5 d149b974422a2e8e1cc8c17eee6fe0cb
BLAKE2b-256 21e2ad208dfc3fa9ec0128985037354305e5aa337c7340c8f576cae48e6db887

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2c20a206b722a493450f7417b67155752c33410cb5aaf289f5d5fb8e7781777
MD5 b40d2d22152c04e6c54e38eb65b3cd3c
BLAKE2b-256 512ac1f246ae9f3b2fc262e28466f9886ac2fdc7ec9ca8fe93675be682c67cba

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f169259af6ec0d7577ea78d4e053dd3eca55afa5ffdb2d27011dee6ced8e4bde
MD5 f5cb166aa00a6e133ab63edf5dcf1632
BLAKE2b-256 b4cc6b598c4da5b37d92158d9d2568977645afd6d5a284d5b95387c50adba905

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9f4f967baab28219f32d3fa2a28e763b609cdbc16d8c8ad434ba590e3a7448eb
MD5 b80e24de9b0fe2d4091a37cadf59c0e9
BLAKE2b-256 d8d9679bd8b2f47d5e32d63178366e151331d3d65da0051393c06edbc049c2a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 c4e529f94d64e3234e21708c15182189344b615124e7a420f15d0e8014fd4917
MD5 35fa19049b8dbc7be42d6f39ed4ba1cf
BLAKE2b-256 9f51c840999ee9b6d7d7f9054d7bdd124777adf16c9283e61c4a376eb36b3b4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 8772f1431abe7246f3e337ad2d9066104d462c044e641f56fc1690b66be144a9
MD5 3392603782ddc3c6510a5472a7e5150c
BLAKE2b-256 57cef310c8c051ecd41f7d3b6a67e58b68ff4d4bcddc86fce98995b5883ead45

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 faa50038968f6ac443e058f036f57bbdd12a6c60c70e19db1dad2bf6b7b275f4
MD5 f2b11a4e9d6b952dd714c580fc0caa98
BLAKE2b-256 deb7efd88f0da2615b5c3ec1369ff833744183c34c6748f57fea3f0a5f761c9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 f3c5db1025253364c6b17b184131df695e62136ae9d7389483822310ec13328e
MD5 eece51f2a3e179189183e954013fee95
BLAKE2b-256 437c82ade7ae857aacd28d9ec176eab0f7d0840a8bef171ffed00cf7600d1cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 732bbae08cfd760df9960177153c23a5b9c20d233cc6c7b0428430095a46504c
MD5 d7522b58e97cde7a9619df6bb1cc89bc
BLAKE2b-256 16ae49e3726214b40431bd0a97bb16511407f5340276f86385556aa1529be03f

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 cd7bbfadb78d78a59abe2dcccf96ce4c0b20e3ff05fb6b7f413d612c5724151b
MD5 1a8c704bdb261aa6f020db9c15583bf7
BLAKE2b-256 5f3e4498853c8beaf356ad67cf639b51b75b69ef84cd3c275174cefd0d408fe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3102d296565389bf0323ef40d86d4b80fa5f48eb424d7b04b85d7b44647db2f1
MD5 b542696ae5b111f4b6b40da9d7579f0a
BLAKE2b-256 24fa5d27fd098e65a13e177006a38866741820bed13a5cf7c13a6392511ab879

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 b133ddee3e4163696bbe6184159b7fe06139856b455e1cee26cb67b613d16113
MD5 d8ab618dbd0f71fb2c7dd33c23f3299d
BLAKE2b-256 7d58ff6fecc8e460f792faddc8db8c8b23509b57af09b8f2f06596771670c331

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 f5cdaf3bc13599f020d10bbaccc6cdac80ee2e6bbb902fd8403874dfdd65d7b2
MD5 958bc2eb5d471df8ee3d81845c5a5966
BLAKE2b-256 29ffec63bfb1fd4b5a23caf95f37eef2c6acf2dedeba7d667946f7aba5e35cfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bdb993c436a5dae12ec8493dd7849a46212d4fa3fcfe959c598b306cc89cb62
MD5 a7a1d0e6d2fbd322bb145cdbd14bf15e
BLAKE2b-256 876d34f3e3389b2ba3244ab9ce17579420534f564f015be4998547da580af16c

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 00cf63386c4a49ee31734c7a818acadb1225d603bd853c60c31a98f39039bd27
MD5 7d0b52afdaef8905f350baf8d616fe2d
BLAKE2b-256 db119f5a0b4b031a0314c3bb6556454f90fbb02ace607e704ba58d25ff345f16

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7659e754c2f732e3f46dd06a15386d59318f252b54b9743378c99e24e812cde3
MD5 13863c831f201732ad643bfac7ec98e4
BLAKE2b-256 f6ce92774b895c2c8537e1496eb73b6e446829a3ac4c5fdede19f12deaa55d37

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ff26ed2c51d452ccbc9a59efb339d83d52d1ab36f54bf966906d22c7838a112e
MD5 08f359ead732b04ca91cee27e282cda3
BLAKE2b-256 ae5c4dc301a2097bb571f2e910a5b9727890d1cf23a00bfdd323ef5f4730f818

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 826ab6de75ead518313ce0617ed2ea70abcb457fe54f8ba6bb50c8ae5a012bc3
MD5 16e45ac2706385a7034c90dd3b45636d
BLAKE2b-256 c9720a4c929c97ad37d5bb23550667141db0b227ebc866ed177763786e0aacb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 dcdd6de64ce2c5ce0bdbd4d22294e20167a91472b4ada74e24cabd4eeaebac83
MD5 efb201d8c961075359e5432f39796cf4
BLAKE2b-256 0d242c83bea9076e4b716d365e2774ca50e3959eec094c0290ffd32f6a1c2473

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 52c5d72e2e75914f4fc3f65a9c64b3bf86231c13f79e260984a7113bb79b20c3
MD5 481ed3ac328a7e171a85b88e1406bcb2
BLAKE2b-256 f55c2683bab3594d5caf8fa195a07411e7d83b206453c6fa4dee6d2177b67a8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 29b046eb127deb5a04912c000ef1695dd5c88cd5a98e6895f8d1b45fb6cff7db
MD5 1a74ab20425d2720e0e78d9956015c30
BLAKE2b-256 6bbb59ef388e5dfb360008e87f287d799dfc98138373ff2c08860c3a08ce045b

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 ff48fcd7300095f938d377edabf2e436ee0e64f53d4969aad8b8731b6a517e2a
MD5 0210bf440bc8b54ac6bf251d0ba810d5
BLAKE2b-256 5e68fb7f3e4f13eb294539f227d52716a701eea7de50a5c2c76691bf277945c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0428642e27261e9e74b2605205954f8a62ebe0ce02d31e341b88da12c5ed7857
MD5 da885905ad31db5a52b7de5c4746dde3
BLAKE2b-256 61b3be0e96ca2f699177a8bd07b086abe39aa4585a6cf5f6d0b1235f452e5de3

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 3ea4121a4a975ec37478dd2141bddf898f69def8884a300c4de490bd6f9b2128
MD5 14ed472e2ce091eac67d311e5753c7e8
BLAKE2b-256 b34435373c87aff477e40c532db0c622cd61a42d37758bb63789ade77d06fd4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6678a082bc190b26a8c9fc910ee90d4d2c844055cc018b34a1a212162f5047a6
MD5 8deb47d38b5becdadfecb762fed039ea
BLAKE2b-256 03ab1af564f29e9633220d3f84c8a5d6c62cf0c61f00ab1a78e6e2f3af5fcb67

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 813aa8c6a0f7ead957d41bf4ca1eb8ada809c873176ee9e77e3c06f844ea21be
MD5 be912038073647bfe34072f6e59cae0f
BLAKE2b-256 90e436d7a686fd348c91555c70d24df4318c94319ae61e21406d026f8ab008ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2fa70375b152da42b1eae45cf0f1eca34db6251fbb38d8e50efa49cf0a8109da
MD5 dfc31603d6e9f52ef4ffd686372826da
BLAKE2b-256 4a8e9c720be552c1d311d2817d6c5f5439d61d8fb33cb3d7b5d4ec55a6352829

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 38eb903784516061625ed0e15e5380e238a3ee3e408df2edc4b4938da308c76c
MD5 3c915381cc479b4ecde5c42fb3737ff4
BLAKE2b-256 cbc6bb3e40548578e4ab8562e823fd89cf406af742efd4214f5e825bf2b4fb3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 67aeed970d7ab0e7c498fba965957f2985adfeecea10dd5b90788f1f9ad4c095
MD5 ade0807aef5aa508e973162b453c456f
BLAKE2b-256 23929c2bf29544aba1cc452985617f11d051736b532b932596d4b4519d31b262

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file g722-1.2.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 b1681df0a7e2897cbfa1080e0cc71df658843cd2b010464eee2251c321c9fb52
MD5 3400afcbabac529f6cf7f86011481f6d
BLAKE2b-256 8eaee1e036eb8de8b8072041d018a0da4f0a133fc7d5c2d7f1f7f4799b97b7af

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.7-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: build_and_test.yml on sippy/libg722

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page