Room Impulse Response Generator for Python
Project description
Room Impulse Response Generator
Python- and C-based room impulse response generator, for use in convolutional reverb.
Official Python port of https://github.com/ehabets/RIR-Generator.
Installation
pip install rir-generator
Usage
import numpy as np
import scipy.signal as ss
import soundfile as sf
import rir_generator as rir
signal, fs = sf.read("bark.wav", always_2d=True)
h = rir.generate(
c=340, # Sound velocity (m/s)
fs=fs, # Sample frequency (samples/s)
r=[ # Receiver position(s) [x y z] (m)
[2, 1.5, 1],
[2, 1.5, 2],
[2, 1.5, 3]
],
s=[2, 3.5, 2], # Source position [x y z] (m)
L=[5, 4, 6], # Room dimensions [x y z] (m)
reverberation_time=0.4, # Reverberation time (s)
nsample=4096, # Number of output samples
)
print(h.shape) # (4096, 3)
print(signal.shape) # (11462, 2)
# Convolve 2-channel signal with 3 impulse responses
signal = ss.convolve(h[:, None, :], signal[:, :, None])
print(signal.shape) # (15557, 2, 3)
Development
Installation for Development
git clone https://github.com/audiolabs/rir-generator.git
cd rir-generator
pip install -e .[dev]
Running Tests
pytest
Building from Source
python -m build
Project Structure
The project follows the src/ layout with automatic versioning from git tags:
src/
rir_generator/
__init__.py # Main Python module
_cffi/ # CFFI C++ extension bindings
build.py # CFFI build configuration
rir_generator_core.cpp # C++ implementation
rir_generator_core.h # C++ header
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rir_generator-0.3.0.tar.gz.
File metadata
- Download URL: rir_generator-0.3.0.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aee1c90bdf702422c00a21379e021bb64af6ef2246aeccc571274468958876d4
|
|
| MD5 |
fde1cc59fd14c401d533cb1af6b5abff
|
|
| BLAKE2b-256 |
4beb3d6033ac7626fe6165dd6bbfafeb2661dac8c7da97c837c40253bd325a2f
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0.tar.gz:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0.tar.gz -
Subject digest:
aee1c90bdf702422c00a21379e021bb64af6ef2246aeccc571274468958876d4 - Sigstore transparency entry: 641615245
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 20.6 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61f8384567944c27f19a4a4ddb5ae19689a32d27e25a505b10f677073fc07424
|
|
| MD5 |
995dce5654b72b63551837bd7bd7de7b
|
|
| BLAKE2b-256 |
ba79b6a0c68947a40fadefd2ac9d95b0ca8d2e0344402a40e42ad91a43243f02
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp312-cp312-win_amd64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp312-cp312-win_amd64.whl -
Subject digest:
61f8384567944c27f19a4a4ddb5ae19689a32d27e25a505b10f677073fc07424 - Sigstore transparency entry: 641615266
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 36.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b595fa8de553b9b151f361851418d3fcd446aa22f1c1af9564fe78c0c115e9c
|
|
| MD5 |
473197cc5208970d4c2472cb663201fd
|
|
| BLAKE2b-256 |
d99908d6175e603019ab568635ec6e90f85924cc17954bfa5a9772917ff2e721
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
8b595fa8de553b9b151f361851418d3fcd446aa22f1c1af9564fe78c0c115e9c - Sigstore transparency entry: 641615269
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 17.3 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
058027a960e5378dad59c9e430380673fc283053e1d8c7a4b9a17a7cc1deedbf
|
|
| MD5 |
bfda01be7dd9edd0ef91dcba913a8302
|
|
| BLAKE2b-256 |
11aa0b9dd28675b00e8d22222784e8b3a1ca863c1a31082d6399c47a7c66f5f3
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
058027a960e5378dad59c9e430380673fc283053e1d8c7a4b9a17a7cc1deedbf - Sigstore transparency entry: 641615250
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 20.6 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceb1664566fcdf8561f152cb5edd510189c1bef4464a98caaee9bbfb338aecdc
|
|
| MD5 |
80101f9470ef2eee1189832fa9eb2a37
|
|
| BLAKE2b-256 |
2f453c86e0c8a34fe9838bf19ac948845b4ee63c6fc998f83f0875ab39033c5a
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp311-cp311-win_amd64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp311-cp311-win_amd64.whl -
Subject digest:
ceb1664566fcdf8561f152cb5edd510189c1bef4464a98caaee9bbfb338aecdc - Sigstore transparency entry: 641615261
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 36.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b935827011ac424ddcd7cafd10a0db0ddd1798be8830f21949c1ba381098d67
|
|
| MD5 |
638d6facb071bcbe8607544094d3e6c4
|
|
| BLAKE2b-256 |
83d8965f8c9af7a0de21e909129d10c11b54d39fdf234a5bc1620a4646c6a5fd
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
9b935827011ac424ddcd7cafd10a0db0ddd1798be8830f21949c1ba381098d67 - Sigstore transparency entry: 641615246
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 17.3 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1f519d6f074c8ea0960bde7de159694d14e05c6bcd13ccabe2cbdab8a65ebc4
|
|
| MD5 |
538d5c204a741101927c985098b0126f
|
|
| BLAKE2b-256 |
428fec6f8cf4dc4738d523f1a2167cabc73e9fbff1d0b8131c9676a7c5368b7c
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
f1f519d6f074c8ea0960bde7de159694d14e05c6bcd13ccabe2cbdab8a65ebc4 - Sigstore transparency entry: 641615252
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 20.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05597e250b761cfa810e50731b7e0736d09365ff5aa296e01ddebff63502d384
|
|
| MD5 |
e86d971ca5e32987ff78beee5d04bfa6
|
|
| BLAKE2b-256 |
a71b1f8dd4d31887323114b4a38b66b799368b39558e0e4ea9152fce791413b9
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp310-cp310-win_amd64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp310-cp310-win_amd64.whl -
Subject digest:
05597e250b761cfa810e50731b7e0736d09365ff5aa296e01ddebff63502d384 - Sigstore transparency entry: 641615255
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 36.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4578b0487e9634df5cf4c678b61692386e7673ac813abf6ee03e1fbc2851216
|
|
| MD5 |
2b5d92fedaf34e84822aa8e38902ea23
|
|
| BLAKE2b-256 |
4a7047a3843fb3d3cb5a887378073a5b30406f4c3962e3d043d856ae1728b1c0
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
c4578b0487e9634df5cf4c678b61692386e7673ac813abf6ee03e1fbc2851216 - Sigstore transparency entry: 641615259
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 17.3 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5adb0c98f72508e4e234afbaf8b17d0711ca691f0b3145b69a6de5a8b10042ea
|
|
| MD5 |
ae0a7b5f520738564a3c1ab483f81be0
|
|
| BLAKE2b-256 |
bf3d47ec60fd67ce927be39d1a15e4b1f3273845f41e97c9d408f20a3dfbb9fa
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
5adb0c98f72508e4e234afbaf8b17d0711ca691f0b3145b69a6de5a8b10042ea - Sigstore transparency entry: 641615265
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 20.6 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9af9bdf746fa5c8f152b1d958ceebd14a791176e0b50a08c5524aa8d360b551c
|
|
| MD5 |
8ea344e259db6071f93aad1eb5f3551d
|
|
| BLAKE2b-256 |
5bd870bd75cdc563b006b4efe424a04441c54617ee80f2af06f38174c9fb02cd
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp39-cp39-win_amd64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp39-cp39-win_amd64.whl -
Subject digest:
9af9bdf746fa5c8f152b1d958ceebd14a791176e0b50a08c5524aa8d360b551c - Sigstore transparency entry: 641615270
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 36.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b35dae151deeedea4eb0bcdaae2329efdb39f345cccab23eb99434afda63cbd3
|
|
| MD5 |
8c0726c2a489930ebae4bf2975ed84fe
|
|
| BLAKE2b-256 |
4b5f27f47d1648f3f0d757a8e40fcb8e7610f60fa3d3dfbc8ed6695be9786dbc
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
b35dae151deeedea4eb0bcdaae2329efdb39f345cccab23eb99434afda63cbd3 - Sigstore transparency entry: 641615258
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 17.3 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bce8a80541d959d6ef7c8de228a3fb910d75fd6a3007067d28e0bcb24620cb41
|
|
| MD5 |
f3446edd05cbbc04cff4ca1d52d7a5cc
|
|
| BLAKE2b-256 |
e44d531dc62388c4ae4ea0b2480c22347a5ec7a157e9a40c9e9b9cfea4b824d5
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
bce8a80541d959d6ef7c8de228a3fb910d75fd6a3007067d28e0bcb24620cb41 - Sigstore transparency entry: 641615260
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 20.5 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b46787c5cc7a29952bccc5ffbf0961679343e4d4ff963ab71cace68cd5f6ec9
|
|
| MD5 |
3742ce2138f04ee012db732ae701d451
|
|
| BLAKE2b-256 |
07282c9151fcb028cc297a1e4677d496754a45c4fb568924f6e231fcb1ea0d24
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp38-cp38-win_amd64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp38-cp38-win_amd64.whl -
Subject digest:
2b46787c5cc7a29952bccc5ffbf0961679343e4d4ff963ab71cace68cd5f6ec9 - Sigstore transparency entry: 641615253
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 36.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cb17cc807b445615460007f8180740232338769d9dd4d29466b9347268144c3
|
|
| MD5 |
4dc69cade49fb70693f050bbd3d835af
|
|
| BLAKE2b-256 |
21d94d339098112eb4dd0972031776cf741fa17aa13c65293ad2c6cb9b542fd3
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
2cb17cc807b445615460007f8180740232338769d9dd4d29466b9347268144c3 - Sigstore transparency entry: 641615256
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file rir_generator-0.3.0-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: rir_generator-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 17.1 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb97606aba35ba3d17abed97ed00bc4fbac53345658a97615e32c983c0f40889
|
|
| MD5 |
ccf8f5003bc53e1d844328d24ad84e29
|
|
| BLAKE2b-256 |
55ad1a2c25c1ac9268e0b34bee29a628a651cbbc8229cb7cd04a111f3440de93
|
Provenance
The following attestation bundles were made for rir_generator-0.3.0-cp38-cp38-macosx_11_0_arm64.whl:
Publisher:
publish-to-pypi.yml on audiolabs/rir-generator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rir_generator-0.3.0-cp38-cp38-macosx_11_0_arm64.whl -
Subject digest:
bb97606aba35ba3d17abed97ed00bc4fbac53345658a97615e32c983c0f40889 - Sigstore transparency entry: 641615262
- Sigstore integration time:
-
Permalink:
audiolabs/rir-generator@8ec02a98cf7ffb64550318b159561d80255075a2 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/audiolabs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@8ec02a98cf7ffb64550318b159561d80255075a2 -
Trigger Event:
release
-
Statement type: