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.8.tar.gz (20.0 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.8-cp314-cp314-win_amd64.whl (27.0 kB view details)

Uploaded CPython 3.14Windows x86-64

g722-1.2.8-cp314-cp314-win32.whl (24.7 kB view details)

Uploaded CPython 3.14Windows x86

g722-1.2.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-cp314-cp314-macosx_11_0_arm64.whl (22.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

g722-1.2.8-cp313-cp313-win_amd64.whl (26.1 kB view details)

Uploaded CPython 3.13Windows x86-64

g722-1.2.8-cp313-cp313-win32.whl (23.9 kB view details)

Uploaded CPython 3.13Windows x86

g722-1.2.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-cp313-cp313-macosx_11_0_arm64.whl (22.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

g722-1.2.8-cp312-cp312-win_amd64.whl (26.1 kB view details)

Uploaded CPython 3.12Windows x86-64

g722-1.2.8-cp312-cp312-win32.whl (23.9 kB view details)

Uploaded CPython 3.12Windows x86

g722-1.2.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-cp312-cp312-macosx_11_0_arm64.whl (22.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

g722-1.2.8-cp311-cp311-win_amd64.whl (26.1 kB view details)

Uploaded CPython 3.11Windows x86-64

g722-1.2.8-cp311-cp311-win32.whl (23.8 kB view details)

Uploaded CPython 3.11Windows x86

g722-1.2.8-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.8-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.8-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.8-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.8-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.8-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.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl (62.4 kB view details)

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

g722-1.2.8-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.8-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.8-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.8-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.8-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.8-cp311-cp311-macosx_11_0_arm64.whl (22.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

g722-1.2.8-cp310-cp310-win_amd64.whl (26.1 kB view details)

Uploaded CPython 3.10Windows x86-64

g722-1.2.8-cp310-cp310-win32.whl (23.8 kB view details)

Uploaded CPython 3.10Windows x86

g722-1.2.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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.8-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

g722-1.2.8-cp310-cp310-macosx_11_0_arm64.whl (22.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: g722-1.2.8.tar.gz
  • Upload date:
  • Size: 20.0 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.8.tar.gz
Algorithm Hash digest
SHA256 fc185d65d18a7dab5177690e1dafc948c499b6305013f6882995ee0dd93f26a6
MD5 7e49aeefcd60c49b6f436f76af0ad2ea
BLAKE2b-256 e6ae4a8c89f4680370c873b409ca8a7acfc91894a3ea6bf5bf60f5485927c728

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8.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.8-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: g722-1.2.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 27.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3710fe4aee1f7a502cc330e4f694e27133e4ac3baec1f3e304bcfb68a57f7872
MD5 b3a43307174c588d38c96627cf986916
BLAKE2b-256 54fcef2128e8a4f7bfd62fcc8aa84c611dc10c109eb78573f086625b743f1f06

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp314-cp314-win_amd64.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.8-cp314-cp314-win32.whl.

File metadata

  • Download URL: g722-1.2.8-cp314-cp314-win32.whl
  • Upload date:
  • Size: 24.7 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f7c0f924651da90a90549680ab3e0e4c54cc2cb4258f552b93b3f9b4d8158678
MD5 c3de2fa2da3c456e79c68f1e88242ea4
BLAKE2b-256 e13e8ec77899661cfd7bf58cf1aad792d20516d36c54bd3a71b2afcf92e580db

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp314-cp314-win32.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.8-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 feecdc9cc7ecbe63be227c87b49f22bb13d475d675a5a31ba976a84b21e5f30b
MD5 940ebd1dc9e927399781b05e40cfde4e
BLAKE2b-256 a2470e237cc8b5224a0089b04b79b180d2e92410343c92f53f8610cb1c30ff47

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 24c635bf890dcf27ef74a6e2600437b02818c235d37c08292ecfd04a94acd3c6
MD5 0b7e666b9e327501f3b41476dd5d9f7e
BLAKE2b-256 1970d61c61ed7f95d144f6fffbd401aac917f9ed587b79e0dbf8b14bc59378da

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 87be839a74a75892e1eee1e4a305da33697edf3b747ebbd587835c9cf25e9704
MD5 3985debbbc6d25c42a82dfebd5e7cfa4
BLAKE2b-256 b8d9e5b68a5c7b9569945189b67592705d79abde8741267bf3e61da1b73ba2fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 aa4111750c77a0d65c12ad1988b613f94e0e398b95115b943dbbf02d1e231c80
MD5 3da10efb3ccf24d67a81aaaf137abb03
BLAKE2b-256 50cd3da9c318fcb143e57b2a7e3516bf1ce6b971f5d34ada4346009fafd96b9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b288b93f37c6bd2b3f4592adaf1401bc955c76578b1915a0cca9a911c0b3ece9
MD5 4c4f00f2c0871748ccd5b5b3430e9813
BLAKE2b-256 0ba0ab539031c0601243aac09365e36be7e2d01da1d67c920dd4680917ab48db

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 256ae37fe6f9cff41f148ffb1419612bae5fea842489e599004f045101a09e95
MD5 447258615b9196018bc582bf5b4aa1c3
BLAKE2b-256 5067c71c0ccd0914a0fc0dd046259ccc6a7e64d7a3d4755da764e00b4386f541

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4430d52cc4d7955aaeb44169e03def34c7af36cfc63d7ca254e61f5f9c2ac43d
MD5 7b755370ea989dd2e07a3db37c569460
BLAKE2b-256 86d0afefe9e872c1d28396e781c71b2c84e8a0d910c2821c58210ff200695cca

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 927fb3524617ce63dbe2e3ded529df8c4e76e7f39eb0c1bf58f1c88e4884c6d8
MD5 540b257d0eda2da1fc535bcccbb8be83
BLAKE2b-256 51d36703b8573679923e3351865e3278e5e52fc95d392fd4ab82ad9896b29e55

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp314-cp314-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 08ddc1134421a542bbe4b1456d63594c072476cf9e0b7fe6b39df754cbfdd892
MD5 20f63c35641ce954b7acb2ff7b93cee2
BLAKE2b-256 be230af35fd85f641591872adecd4962a9de4f2beb7f57d146c7affd0f27015a

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b548a3cca3f98b4191f3d879a7128be34a08394eb23ad6b8e81bfe5b4e9bad18
MD5 c7daeef5ea1d45c256ed1bd4c817fbef
BLAKE2b-256 9f9aa2ce2d438a2656dee39684c3d791f773dc377a0ef2b6ffb09deb03538f87

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 867f09cd0ab610a68793bab04f44d4d79919c349cc1aac66ddc5d77c8de44d34
MD5 7fea0645cd8f6fcf8b6f5dec751d55e9
BLAKE2b-256 f488c7183f1b40651a6786935e16967cf738e0ce983b7cd0b3f358fa2238967a

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 e8b82fa38a03a21a262f4877b4248b8144387c5e6264c231f306425ca4c9b990
MD5 6681fb91eff1ecbf03be14f440fb67cb
BLAKE2b-256 0ed846ac5b2a93fb82ac0d9bf423d512aecaa347c082a5d4e0d78cbb07f227c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da183d26fa50f536b8fb0253c5e8a88980929bd557f094fcec6c6b268965cedc
MD5 7a4ef1f9a37879a50e3297a56735defa
BLAKE2b-256 d6ed3d866e874e9565a10bf9dec196d8808044b3157e3816ab31d0fb13c23e83

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp314-cp314-macosx_11_0_arm64.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.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: g722-1.2.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d514ab0b286ac950567b8661def16e71ebb0924b5db64319a6d9ed96171d1ee2
MD5 0ca63376e03d59a242a765a6137b5dec
BLAKE2b-256 3847924330b793f1ff40af526491419c98fa5a6ca3d751a97e7a3a8d34b95d1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp313-cp313-win_amd64.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.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: g722-1.2.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 08770b9f04fe26a333caec84c822d0c4c24f762258896163103129b29cc079a4
MD5 837538cafab8199131d67cc484123991
BLAKE2b-256 fc3ba14d7c122282a4620d0d2291bbd47d8d1bed6ae12355610465cb5e077bd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp313-cp313-win32.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.8-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 fbbe52e1ca83532686b7c09e565e48945f4c15fb3117e35b4bb723c04f1fc375
MD5 1c78aca823a747862572e189effc3b2b
BLAKE2b-256 246c4df6bf8498ada329ede1aab507bda4fff8165ee07f1e2f887c87499942ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 463c412a1cd1c1245f72e43bae87090b1b5c1b5d87c9f9dd2697a7ba8f7570f2
MD5 29a6ad068879087572914e0d8bf147d0
BLAKE2b-256 ee7a97b8f6bae28f6fa386a1f76d5798788a58064506e97ea8cf10595e86d241

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 283da07ac8d6dcd0ac905477062ec2c66cba7d9e9aa41f17583c74150cd787fa
MD5 1cd0910b703eb4598c73da9f89c22a95
BLAKE2b-256 17a687ddc0bc2520949394c458a62baeefb969eafae235d5b7c18311bd538b7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 f9637f0fe1ea9e77f56075992f33e55c31a94d5d63b47c8f0750d206223a90db
MD5 a16353743c94e3309ede585afb5c091b
BLAKE2b-256 786692dfce98065e4bcd588c0fb24c972f79c244148e3b79773f982afa09a78e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0f01c9fdc9803d5ec8dc910fe15aeb0051c368ba2259e9ffe22b064b2a609061
MD5 980feabd19a0fafbc47f14c0d2c2c8b8
BLAKE2b-256 857cace29abfe6791dbf5de40018b6657b5a9645afc9b23724e84a7c36868b0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 b4a075e1c047eaf469c01225be11e93526cd87e8854e2bc9528179c27003bfd7
MD5 3fbbb5a5f660c9ffec644a2f06fa7a2a
BLAKE2b-256 806e651f07ba4d47775a924c3b3b23752ada71381d07e768612c454a93d08515

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2ec4b85289a62e05527ecfc08be63189097675f58bde6c398f92af12849546f5
MD5 b2a78f896e9c1542a09f63c69295dce1
BLAKE2b-256 2bb478d6c4249ac8d3b57bddbeab337e506c3e6247cb2674565050f45cf72990

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93c832fddf7d3917c45d9acec2cf9920b936d685d93a0b1ad8e7298c5e163758
MD5 6760c9953d2d778014c5a619cff8c258
BLAKE2b-256 31c69af80a924cf2c7ef28e375bb1de449a4419bd8bd0813b1fb22f2b00479ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp313-cp313-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b40332f76e516cd2a5e6adaf3838c0068672c5cde68c3b267b5233f77535021a
MD5 96db2929ada4e1914ff160a3a4805fda
BLAKE2b-256 d98095c10ba83baccc84822f7ea79dbdbcfd3401371ee1906552188a4ed56768

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a42de22ee5aa00633bea9ad6ce54b9bfa8ee73211458d0f7fe5139fce7d5ebf8
MD5 457613db1149631e3cfbeb30ebe85e4d
BLAKE2b-256 2701378b46e9eb364df0830ffece507575db4fb467de090c97f566d900e4ca07

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 2bea3c68a88acd872cfbef6e49ffb1a6efb6e1c6d373fe7f6ec21d1b9e3eada3
MD5 cfddcb289abbff80e7b6bffb58e19355
BLAKE2b-256 91053337a7430decaa8abb64688aafe32da0e8bb718b04aa43e59a2cc7ac2b4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 fefedef5e239ea423219db4ba73ccc62edd6e8b97f3c5d837a3476a7af9e5a06
MD5 8a6370eb0131d8d426e296da3d19df16
BLAKE2b-256 9d951ea5f16d2f2c9664dbfc6c7e26838450181e2ba3e852f2a8cc12eb09af0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8326176046b052573b3c1bfbc8ffb98799fb16ebc9228b063a2a852207d521c
MD5 3a745b936efb0d7e74b5f9e0fc322188
BLAKE2b-256 af5c91d8f1cfba25fb9ce66db75570c349c8c6df0b0997ac98b21c8184b2a245

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp313-cp313-macosx_11_0_arm64.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.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: g722-1.2.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9f5f6739b8af609d6c9fbd89ba7e99f7bc0c36ea4d8a77814830209ea6e6c8ba
MD5 993a6e3aebcfd7db158decb66c58ea10
BLAKE2b-256 5f8bfd543c58c183cc9293992f0fb1ebfc16349d1a2073a22fdb191602c4ef1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp312-cp312-win_amd64.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.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: g722-1.2.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c3abf5c5084e9458a6026845332718ddcbd83f8514d0a8e5a087eb6d95c7d6c6
MD5 1162c94336bea380ff7a184c9c730926
BLAKE2b-256 d4e09a278b97eceb62e1cdc3de476da0accd64e7ef2f9b32383f12aab7b77e77

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp312-cp312-win32.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.8-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 a04b83212b9a3c77c89d132cacee777855b44d179010815f3c8e4df7f336e755
MD5 e4c8ce377b72577aeafe5fa0d2744d0c
BLAKE2b-256 7243be2ba8d40ef89376e8f2c88b57c4158ce5c96f22b5fd9df3358cb06f7738

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 30087a7f43e01650ab949392d26cb4fa6944224054231b9a78f6057edbc7c290
MD5 3101d41522c6f8627108f1eed3228fd0
BLAKE2b-256 36233447fee73f652bdafdfbf88e327f3ca653d57ed7c87050e0dfaae2f93908

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ce6bc3b164c3e00766616053e2c0ed689889fe6b4911ea56190ac3eb90a90d48
MD5 8f277862a36f37c0a4096097ae73e5b3
BLAKE2b-256 c72bddc8dbcd5b509492d9774f8544f893806f0f1be136a101fdce8086b72c66

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 be681a01600c48192eb7eba716c158462fff3d7b299cba979d95bda5ac85ccb9
MD5 00b9429aa124949b9b24e6a14c522803
BLAKE2b-256 26bc73a79b2d3aab9bff2d163e8982cb3bb18bea7e79f469c583d95948688369

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 961a80f49bcec4bc6b5274a415bfe74622b82e459ba12aa7df5a6aa2d4ebc9ec
MD5 308416421fe917cc03d50344ba3b35f5
BLAKE2b-256 3f9be92378a93670f83544c085ffedd7d459e636ebea8d020c2ce40647804e98

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 7b6fbe00cb7be8e55fce5745a324c50ade3f40126fd2cead010459adea024a2b
MD5 205bd464d22c15988c0bcf05c11ca4e5
BLAKE2b-256 ce03395816a26f4de867d4bfc6594e308291db0c2556f40fc4555bf717a0200d

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 00f121301326cd7085540bc37f7d82b285b0a30571b0ce226276987932c6f48c
MD5 c2344f2c997e94b3fd3c77b42f854f9c
BLAKE2b-256 1a4fda4dccafd1a26c17edc0e2d3a596b78cc281128b92d7b3e2bbf2ba3a43f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb79edc6edd59e0eb615d15c09fc437afea0a8c6b5af076e934f6f1a41530af2
MD5 638dc20cd3c10aa7516bc94d1762539e
BLAKE2b-256 b6dd302c66eccb92e71d7a41d2c33743b78d94907685f0375dbbb8ad0e31d575

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp312-cp312-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b45d380de7680d0d545027418a16c5240b8acb62efaa7600a9710aafc4587b90
MD5 6ee6ee65c42244420642cbad44a71554
BLAKE2b-256 ae82cd52d199487c0d46a392ee951e9aeddf58222e419405040987ad6d4bbbc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fa3629f279b6ff10606a0daa33c200df8d859946c0fcb0fdf045d295910889f6
MD5 dd71157d8041ddaeaafae3934992d34e
BLAKE2b-256 89edb83c807b87542fb38068cfd9be2f4f32b3733ea431546b5668aea02069e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 962d4263a3004235a9979b443ef6a0048e2383dadf9b2431e2a534aef54199af
MD5 f8fbdeed94f034e7b94911a252ee458f
BLAKE2b-256 3dafcebb335f5eca4e7a529c8560a0d299505aad9707fd936e7cc607dde4e470

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 09973197be8d5f17558c331854e16dfe45a9d88cf495756c45b2b64ae03eb17a
MD5 630da62c10ac7a61ade615ac68bab982
BLAKE2b-256 eb670ac9ba7c82cbc91f205f4761f5c2d823a0b37c4cdca7d67326417cb785f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d7fc7391dd177f17eacd4bab52abdb5b4975ca84797f2cac67b4733c59f9c6d
MD5 4d4bf629e7630e77b68422584109da17
BLAKE2b-256 f67f1b26f52ea22e3566c2171a3b7db68f14077d2b1581c3e8990b339346136d

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp312-cp312-macosx_11_0_arm64.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.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: g722-1.2.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1608eb90c446c0a71bcad95d0416ebecf8b34f05f868a4191d4791c2524c61ee
MD5 5e10638cdb1e3cf0be161da5257cc33f
BLAKE2b-256 8ac33c6759d4c7a845f677f46bdc57eb576e7cbed804d2a4e5632bb9de9f8905

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp311-cp311-win_amd64.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.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: g722-1.2.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 23.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e9f28ad3bda7f23b7ffe3993f0279bfd59ec3f93429e6a362298d2bdc5eacd9a
MD5 cf0c903ce5b3098762a198e992d1b9e5
BLAKE2b-256 b6d7749a2e19305c8707baa58ba0b031e506b2383487deadc4f6335b0472bf56

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp311-cp311-win32.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.8-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 c59a0c5fd388e82246bcf5d4f72842999d556dd4c657b06ab9b842feb2af8586
MD5 98a29ab535217aed6f841828c09869b8
BLAKE2b-256 ac2d14ed27dd73d17cc686eb5a0aa33a42d2662a6655226556f5d43ad7349281

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 55ae2898c3908c25969c0483735c728300f2715cea67211d287237d4d661ddd3
MD5 f85e5863a58f816d717a4164f453a43f
BLAKE2b-256 87eb7ed828865861d380c83a3f7b10e4943e9ebbbb06dc7bb727e3a05891ca2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 0e392a7133ebc86a063074cadde639e09aeeef131c38a652ae7910f6316999c9
MD5 e409eb11022fd8ebcd8fc3242c5f01e9
BLAKE2b-256 9bd830b0db8c7d260697cab77ff1483eb0c58b47309aeac9ed08090511461086

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 77be85b76673e36febd4b0dc4f9424a9e0bf27fd911f82501898e284a99cc2e2
MD5 f2e2671f8ba5849582845742d9614b3c
BLAKE2b-256 4a3150f98b2ba3434dc08af20ef30d09d98dc8bef2a7b23715fe460cd68644ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 6974f6378f07c47dba6a3f9f1f2caebf2e2ebde27dec814df07e08e9321a40ab
MD5 f36cc4ee88b1c436cdd055180998746a
BLAKE2b-256 d6eeb38cd950214f40929f695099130f5b8c98b282d57f5ff28fa900de7f1832

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 92a777061b9b1ad668d38c73e419f3fae677ed409921c3b65dda97146dcd6a11
MD5 a88abbbf138e7c3fdba104ffdecd23d1
BLAKE2b-256 72535c6deeac7497762a40a044b5036916589463622b0327b0b405d323e3ffc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 17a44750ddb07aa86358d533ebe77524e8da80eaf18e5d1e70f24871df7095a8
MD5 c3dfca4b2595a681b20079ef86c48fb8
BLAKE2b-256 609069680b5ac2b89249b2f3a4355da424f645599f4d3550162c72a679af419f

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7efa030248e7ed8c4beccf4144caa034d68069fa70da5dcd68fd5bff3f96b358
MD5 93befccd89c748d4ceb61c075d7b15ca
BLAKE2b-256 57e87a3e130c882f829fc9dafb70786a2f2748ef87437a34206304c684f98822

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp311-cp311-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d18b819fcb24393eb03c2507b4ede98bab29f926610dfd59807cbf69eef6dc2d
MD5 7c9d962454fd950697b6d246fc5dd273
BLAKE2b-256 1fabd877018bfbf08364bcb274c6efa3a37be0eb810c10cb6f228b702858cd62

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a6d0a72d96bc1826332206cb9c95ec35c172f32577c01392aaa6098803f527ce
MD5 c95e3ce76842d919d9a4442a419d8e64
BLAKE2b-256 2e99227e8296d17fb265ed4cf4f53c225d8fcf83c371c0b99c8989c059127ffa

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 24b2e90742d6c70801293c9cc3a197c4fd4b462e8a4cf45f78956b7211f11ba6
MD5 a943a2dd6baab1d450dcdce9b7141380
BLAKE2b-256 b42d2cfa52eb3a7aa9cec0925d15ea2a41b48dc26d90bd995202dd3725eb27d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 98ef52fb10eca93d894f4913ea71d04bd8c5016f0c153d0d1304420c9834bd91
MD5 6b7f418c084de2553cae2d2995cbe287
BLAKE2b-256 6b4e05521ca6110404e26131bdf124afbce035fc4f197945662d98a4fa0fb1ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d7baa3c954f66b560792787e4a63c7583da7c6c71686a4b2f76d77d0823a66b
MD5 20e83e0a79db5f96618a0f3e771c5d0d
BLAKE2b-256 d3afa0d020cfd2e8f9deccd2604664b0a8d7b079c548f724c4ec3159c6b6af4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp311-cp311-macosx_11_0_arm64.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.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: g722-1.2.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 29719246644f1c63fd75e7e46f380163fd2cf01a685e046fcd412ffb4211b40e
MD5 092ce1eec9729770e102d975b151fc44
BLAKE2b-256 a76f5aa26a55dbffbc4cb6a4cb8432e9fb421a98f8251d6c6089923306dd6447

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp310-cp310-win_amd64.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.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: g722-1.2.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 23.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for g722-1.2.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f23675b57d07d87137c7672749b36ca89bc29b040ca31f3dcc2322164ac925fb
MD5 1d32154cdc08bde440d60be56b617814
BLAKE2b-256 cfbd6b5e79e6191aac1972f53895729bcd2adfe606a84ff54974b0671f8025af

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp310-cp310-win32.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.8-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 72e9aa3f785f7f81d5d97e9b654bd93139bf4296a8f491044c24d9606c33cf9a
MD5 cbceb420f55851a2333b15ebc7ddf093
BLAKE2b-256 f8c39c8636f4c7fef7957383e7b4fbce12ed610359435ecf460eb667003718b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 77cc449aeb1cc4d1cc952afbf77e2ff849e1dace8e03eef84f4dfb7ddb627bfd
MD5 dfcb46b8ffd61eb383f1f725fb523bcc
BLAKE2b-256 9704d41f113a64807916649162e2a9201ed43fdc0ef584158e3245e505cc3631

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 6161ba42955b9382103a3d15fcbb3f58cafb3d8e80a09688d4c4008ea72de41e
MD5 db2c21ad1bc72d6b6a2e33164d435082
BLAKE2b-256 f0df01de70c960c08a68e63c5f3ecb1b1204f153b9a6b4e4c25f2f394e55cbb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 880c812c19e5f01ab510e7685419bfa83823c3531746f734bb354281327d6b73
MD5 99a97e8a659db6b2851a172f7f0f83b8
BLAKE2b-256 6ccc9aa424e29aad52c5b2365a1faec4025ac046601d6f23279bf0e74d21a8a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 16e5819ec54b21c2e93df803d8bde579dccb7f1e86868b188c5c8f4c120dd4f0
MD5 b4c03d569a1c6447b392dd15962aa4bf
BLAKE2b-256 65d5778a8df6994e8922175ed1fe9c3d6a9712743b8743f0de031fcd87102e3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 0f6681c37da36c018232ab186c6c5980c20bb827d00b2d90896d600fb292c713
MD5 3dccb9b40bf4af47d7c3f99553f9cc4e
BLAKE2b-256 51e4bc981708d30f00fcce00707dba5fb5e768d31905ccd5c85ef55d72d1dbd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 77279e314ec2bb827b2593de1d5c3aa6df229e93d560d5a0678d10eb8e42ab2a
MD5 9ebf02f6d86edf1332a8230e0a70f89d
BLAKE2b-256 f92029704f1c67e1555e35e614cb380704008a5eea9b8410e3b4f0e63808f5a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2175b82f7870055a6ff8b6ab54808448bfdd22e13e60ffb8ed4da0994acad18d
MD5 1cc330ca0b9e78d56ec139b85384dd02
BLAKE2b-256 743933ba620919d3ee7a04c479c5f9e3176d139a5e3eb59f5c92692906f1d104

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp310-cp310-manylinux1_x86_64.manylinux_2_34_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0fc5a164d355f04d97b008b7d425cc3187fe113fe94388866fb8566f129667a8
MD5 9a8c8903e4c107350f1332b253bdbb89
BLAKE2b-256 b4d197944d3c0ee6dc530de3a82923f35345fa94aae05c3249cad62ee570a2f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-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.8-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 32d396915ff7d3be67df370cfc6e004af573fb2f386ec133d069bc439a4dab42
MD5 2aee00c83b2e1b3340cb888d41fd780c
BLAKE2b-256 bd907fb6425e91cc4019e47dca562f60b99bfb824c48990e32528b79feac7e8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux1_i686.manylinux_2_34_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 3f3966a7cc7574a83dac4c8e055c764dbbf2a58514e7ff9b292cc810344fc731
MD5 43aeb471ab9aea1c3183ed5d3964540a
BLAKE2b-256 23436b004a3e60f27e1498a77ebb007461cbffccf5653dea302aaf1c41f4d013

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.8-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 0b23fe758ddc36da7b0a76ee48715193617ea9c25060b02fb1542a46fe3f59bd
MD5 ac4a1765800cb70455f47fe19fe7ad78
BLAKE2b-256 15d4c910fe1ee134e991c261304d8c4095911267e50942ec596ffb1c28528858

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-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.

File details

Details for the file g722-1.2.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for g722-1.2.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a9af5611f95e88f2568f083ac785e0bd0d8addba3010d55aea8e9705b432ef2
MD5 5c54dd8dfc68cf2a880ef682d6d20b89
BLAKE2b-256 4d81eda538d888a133a29e5ab8632974a6ceb23b659cd3a86a68c599e8c00f34

See more details on using hashes here.

Provenance

The following attestation bundles were made for g722-1.2.8-cp310-cp310-macosx_11_0_arm64.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