Skip to main content

Python bindings for using SoundFonts (sf2/sf3/sfo formats), generating audio samples, and playing MIDI songs

Project description

TinySoundFont-pybind

This tinysoundfont Python package provides Python bindings for TinySoundFont and lets you generate audio using SoundFont instruments (.sf2, .sf3, or .sfo files) in Python. The audio data can be played by PyAudio in a separate thread if requested. This package also includes support for loading and playing MIDI data using a SoundFont instrument.

What you might want to use this package for:

  • Play MIDI files with SoundFonts in Python
  • Play MIDI files with modifications and customizations (mute tracks, change instruments, etc.)
  • Procedurally generate and play music or sounds
  • Play music and sounds in an interactive way in your Python program

Some advantages of this package specifically compared to some others:

  • Permissive MIT licensing that works well with commercial products like games
  • No dependencies on other installed libraries for audio data generation

Documentation

Main tinysoundfont documentation

The documentation contains:

Installation

This package depends on pyaudio for playing sounds. To install pyaudio and tinysoundfont for common platforms:

Windows

py -m pip install pyaudio tinysoundfont

macOS

brew install portaudio
pip install pyaudio tinysoundfont

GNU/Linux (Ubuntu)

sudo apt install python3-pyaudio
pip install tinysoundfont

Basic Usage

Here is an example program that plays a chord:

import tinysoundfont
import time

synth = tinysoundfont.Synth()
sfid = synth.sfload("florestan-piano.sf2")
synth.program_select(0, sfid, 0, 0)
synth.start()

time.sleep(0.5)

synth.noteon(0, 48, 100)
synth.noteon(0, 52, 100)
synth.noteon(0, 55, 100)

time.sleep(0.5)

synth.noteoff(0, 48)
synth.noteoff(0, 52)
synth.noteoff(0, 55)

time.sleep(0.5)

Please see the Guide for more examples and notes about the examples.

Command line

The tinysoundfont package contains a simple command line tool that can be useful for finding presets, testing the validity of SoundFonts, and playing MIDI files.

Here is an example that loads the demo SoundFont and shows the presets it defines:

python -m tinysoundfont --info florestan-subset.sfo

(In Windows you may need to use py instead of python).

This results in:

Info for SoundFont florestan-subset.sfo
0 - 2 : Piano
0 - 10 : Music Box
0 - 12 : Marimba
0 - 19 : Church Org.1
0 - 21 : Accordion Fr
0 - 24 : Nylon-str.Gt
0 - 38 : Synth Bass 1
0 - 40 : Violin
0 - 45 : PizzicatoStr
0 - 55 : OrchestraHit
0 - 61 : Brass 1
0 - 75 : Pan Flute
0 - 87 : Bass & Lead
0 - 90 : Polysynth
0 - 97 : Soundtrack
0 - 109 : Bagpipe
0 - 116 : Taiko

The output format shows bank - preset : Name.

Here is an example that plays a test note using preset 55:

python -m tinysoundfont --test florestan-subset.sfo --preset 55 --key 70

Here is an example that plays a MIDI file using the FluidR3_GM SoundFont:

python -m tinysoundfont --play FluidR3_GM.sf2 1080-c01.mid

License

This project is MIT licensed, see LICENSE. For full license information about dependencies and test files included in this repository, see NOTICE.

Contributing

If you have ideas for features, bug fixes, or other things please use Github and contribute! If something doesn't work or seems wrong please file an issue.

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

tinysoundfont-0.3.7.tar.gz (372.9 kB view details)

Uploaded Source

Built Distributions

tinysoundfont-0.3.7-pp310-pypy310_pp73-win_amd64.whl (151.4 kB view details)

Uploaded PyPyWindows x86-64

tinysoundfont-0.3.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (199.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl (145.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

tinysoundfont-0.3.7-pp39-pypy39_pp73-win_amd64.whl (151.5 kB view details)

Uploaded PyPyWindows x86-64

tinysoundfont-0.3.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (199.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl (145.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

tinysoundfont-0.3.7-pp38-pypy38_pp73-win_amd64.whl (151.7 kB view details)

Uploaded PyPyWindows x86-64

tinysoundfont-0.3.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (199.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl (145.0 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

tinysoundfont-0.3.7-pp37-pypy37_pp73-win_amd64.whl (151.5 kB view details)

Uploaded PyPyWindows x86-64

tinysoundfont-0.3.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (191.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (199.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-cp312-cp312-win_amd64.whl (153.4 kB view details)

Uploaded CPython 3.12Windows x86-64

tinysoundfont-0.3.7-cp312-cp312-win32.whl (136.2 kB view details)

Uploaded CPython 3.12Windows x86

tinysoundfont-0.3.7-cp312-cp312-musllinux_1_1_x86_64.whl (716.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

tinysoundfont-0.3.7-cp312-cp312-musllinux_1_1_i686.whl (775.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

tinysoundfont-0.3.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (200.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-cp312-cp312-macosx_11_0_arm64.whl (146.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tinysoundfont-0.3.7-cp311-cp311-win_amd64.whl (153.2 kB view details)

Uploaded CPython 3.11Windows x86-64

tinysoundfont-0.3.7-cp311-cp311-win32.whl (136.2 kB view details)

Uploaded CPython 3.11Windows x86

tinysoundfont-0.3.7-cp311-cp311-musllinux_1_1_x86_64.whl (718.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

tinysoundfont-0.3.7-cp311-cp311-musllinux_1_1_i686.whl (778.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

tinysoundfont-0.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (193.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (202.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-cp311-cp311-macosx_11_0_arm64.whl (146.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tinysoundfont-0.3.7-cp310-cp310-win_amd64.whl (151.8 kB view details)

Uploaded CPython 3.10Windows x86-64

tinysoundfont-0.3.7-cp310-cp310-win32.whl (135.2 kB view details)

Uploaded CPython 3.10Windows x86

tinysoundfont-0.3.7-cp310-cp310-musllinux_1_1_x86_64.whl (717.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

tinysoundfont-0.3.7-cp310-cp310-musllinux_1_1_i686.whl (777.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

tinysoundfont-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (191.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (201.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-cp310-cp310-macosx_11_0_arm64.whl (145.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tinysoundfont-0.3.7-cp39-cp39-win_amd64.whl (152.1 kB view details)

Uploaded CPython 3.9Windows x86-64

tinysoundfont-0.3.7-cp39-cp39-win32.whl (135.3 kB view details)

Uploaded CPython 3.9Windows x86

tinysoundfont-0.3.7-cp39-cp39-musllinux_1_1_x86_64.whl (717.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

tinysoundfont-0.3.7-cp39-cp39-musllinux_1_1_i686.whl (777.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

tinysoundfont-0.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (192.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (201.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-cp39-cp39-macosx_11_0_arm64.whl (145.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

tinysoundfont-0.3.7-cp38-cp38-win_amd64.whl (151.8 kB view details)

Uploaded CPython 3.8Windows x86-64

tinysoundfont-0.3.7-cp38-cp38-win32.whl (135.1 kB view details)

Uploaded CPython 3.8Windows x86

tinysoundfont-0.3.7-cp38-cp38-musllinux_1_1_x86_64.whl (717.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

tinysoundfont-0.3.7-cp38-cp38-musllinux_1_1_i686.whl (776.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

tinysoundfont-0.3.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (191.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (200.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

tinysoundfont-0.3.7-cp38-cp38-macosx_11_0_arm64.whl (145.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

tinysoundfont-0.3.7-cp37-cp37m-win_amd64.whl (152.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

tinysoundfont-0.3.7-cp37-cp37m-win32.whl (136.3 kB view details)

Uploaded CPython 3.7mWindows x86

tinysoundfont-0.3.7-cp37-cp37m-musllinux_1_1_x86_64.whl (717.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

tinysoundfont-0.3.7-cp37-cp37m-musllinux_1_1_i686.whl (774.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

tinysoundfont-0.3.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

tinysoundfont-0.3.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (203.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

File details

Details for the file tinysoundfont-0.3.7.tar.gz.

File metadata

  • Download URL: tinysoundfont-0.3.7.tar.gz
  • Upload date:
  • Size: 372.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tinysoundfont-0.3.7.tar.gz
Algorithm Hash digest
SHA256 13b560f35469303064d7b597c1584ec35f18193fd915c502c29fcba90ac11d31
MD5 f7b2977fc6cdd913cfc225e760b548bf
BLAKE2b-256 0dc996ef50b61a0c39fb7dbafff61ee759e0eb60e87f98eb04860579672127c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7.tar.gz:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8eb6fbd5dfd6dc9774757fcfcfd0a1551e1e6453a5f37bdf5831a770327fe014
MD5 1d3cde9a24b145c201d436952b8f5669
BLAKE2b-256 c91d975c69966b4204f779b995a25b10056bde368d9735c567da6d343fc4d687

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp310-pypy310_pp73-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cca416d8ab08b8407a8dd0e29fea0658f2757a1c5d90d3656ffb764d3d912b9
MD5 60ab9c1ce5e10d3fa8dea6970dd1dbfc
BLAKE2b-256 dfdcbd93d3cf2330ef17c6a9845c6514f059668037d0067965bae09a8c47bb33

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3bc5309563bfeb62430c44cddc4570b43fb47f3cdefa05d6dc163c7873a022c1
MD5 45cede6a7e42009a949f0d40d30cae73
BLAKE2b-256 b40ff09c995cbf431c7836c85bc1fa586ec724bc20e5500956bba23592dff9c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c36c2882f2d0845e2a3d9131f28d9d9101ec55356a9e5fc9d3e71b1e51cbe33
MD5 fd962aa83588151b0069501b9626277e
BLAKE2b-256 97190d8737c04d35a5fbee5b8c838db43afa47f4076cb849d47f402682998c35

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 12f9b4c81f7a6daf07cdae0ddd067a0834a564654c0f83326b522e145206fd81
MD5 fa28e5613e246f0ef207d4cce0e5c2cd
BLAKE2b-256 76d959f8ba492ae16f484b80d148c5405c62a0d6cce61807ecf3370ce28b686b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp39-pypy39_pp73-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bd00033c51c5483c900dfcb7308f1f7c6edbfedcf9ae8d12628b64b3414a580
MD5 c11487a3638040e72a474d673dc4b807
BLAKE2b-256 dfb16c2cbedcafd4ac2ee17bd0614b3306875e47fe2f33fec3e560a663db572b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a14f444018fbc6a6182aeb28835aa4e5804fe8207d053252a6cdcd721f15a2f
MD5 e5a63dc1153247020b75b9447df48896
BLAKE2b-256 a432b4dac9af50611b2d1beb7bf0fc588b05ffe8ef32240450b304520bc524bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c1ef8cc3b88aee1169a69b367e51920fca1228fa12a38c192412f017e14d127
MD5 296ef2ea65bfca247876bfe732a7c9f0
BLAKE2b-256 ab2047cd447074e875d959d3f90e9baff5aefe69bf4d78f51993d84c53386f10

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a1262c628e71fdc7c705a703fa04c52feb80193ef09da326b25a31aa07dc9c1c
MD5 d1a980c7e1e1e3ddef039e6e25386173
BLAKE2b-256 b5bef340fbbd310f0f9dc104be4afca4be82d27b48d22f58698276d912144e37

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp38-pypy38_pp73-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc4614460af7d9e7c61faa60f5cb57d77b1f930094fa52b184e19ea7c0a49b9e
MD5 7155e847753ebd8b5d64dd6485894dc3
BLAKE2b-256 c8392d46824e82ab117914b787b386149fe3a6bf077e0f85541c50be51a8e4eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5416cd02f1bc35737d51120c2ca90197f570ecaa0735cec0924baacaf8fe099
MD5 f517e9f729fce40e3989eea21541e5cb
BLAKE2b-256 e3208bd2daac8190a73d277dab77bce6e5b97c72bebd10f64863e126d17d9de0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbd26b4c310d815e5cc5dec4b1f71f2deae73c82821ae2b4797559fb55301f4d
MD5 cebdb0ec403d026ce02ab920beb03dc3
BLAKE2b-256 6d7b0e5f32b16b24752a2a3941b99ef7e81adeeaa2dadd6aff95e51a798ed8e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c268cab72f46e220942eecc98d2dc67078dcaab926cce6d6b0779487bef7343c
MD5 5dac3548a661c26d8ac446085704ccfe
BLAKE2b-256 9e155e749a3bdbb80aa571bf7cbfc74190038cb462c83d89183a14d048f67dd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp37-pypy37_pp73-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92d20b300424dd5b46eae1b6157bdbd39682160b14debc1fa3eb8035a709dc01
MD5 3390576acedc94e6c0e01a379e235e38
BLAKE2b-256 e406cf24d137bcb3a0aa340fc0178b53d592b2b88742568eac1e34dfc25da0a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 19d5ecf8644583a97150e05de6450dafa730598be14581da1180f2137b081c58
MD5 88884e90bfb0fdd0c2f324db233bb103
BLAKE2b-256 41524c5d76519eb759871f531ffceccf44adad7b42f764083ce117b5a6b63706

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 402269dc9da85d722697a96254dbd64d57fe083f16e56b662d8ed897f53a1aa0
MD5 d359c614135ed94c8c60ab446da0ddc3
BLAKE2b-256 bd8e041e5342fda5215622dcac52efa08b3abb5b17b14f21586cb5b89dee5a3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp312-cp312-win32.whl.

File metadata

  • Download URL: tinysoundfont-0.3.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 136.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tinysoundfont-0.3.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 72767f4645567dcc7de2966c7d734c6a8da3d7b44c63d93e05b2e6e3e1942110
MD5 974e84ede93bfafc884a26e4bb74a441
BLAKE2b-256 0bf6344747b94e50cb30fc2f5f61de5355148ffa297461ca33188331f2aac210

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp312-cp312-win32.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56f190d48865ba06e3b1cdfaab5e35c630a3941687c1d42fd9ae1bb81210d152
MD5 0da3425be4ba37ae15b80d8f705f6c0b
BLAKE2b-256 7b58fceb0e19d3c5a5a5acb95cbfc88e54675efdbd8903860f6797c6efa2f97c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 015be0a82b2ccf0810b2f99dfb6597f31b3e9a0349fa850e6ba5a18a28846780
MD5 f207c3488998dc30d41329898fc1f28b
BLAKE2b-256 7cfb2832235a7ff0d62cf73c0d15a5477d1174854ec1e7911c24c7682b722029

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp312-cp312-musllinux_1_1_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c48a614fbc0287f16ad4bef857c79e80ba9e413474fbe47f460d2dd1ec449d4b
MD5 1001ad2a290cc5e595b219e48585bdf5
BLAKE2b-256 57d39308fbf4445395ffa3d3cd4fb8c83a85f3b7aa93fa1d9ed1f003e7facdf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e6efd15ca7f5647db7709e8d73cebce08a56aded46222654272be5f21002779
MD5 bceaaca299e7ecd0ad835b9330d19e25
BLAKE2b-256 a9fe289ad2d5712eb670247cc7c2926495cf582da1a5493543fddf46fea8d3cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b871a995adb9ee6e0f14f670311109f48ab6faed7eb746a3ef0be3c5792ad5b7
MD5 ffc2da8f72b8e7964d46c3da5ecb469a
BLAKE2b-256 64679b07986a5ba6fe93efb02e346ed8824d208ad7c1d22515ebe6c3b60c065a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 86453db5bb713c28db505f9a9545702942278ce69556b8fd73135ac652fda5b6
MD5 772aca651df1cfed838fa4e79aec316b
BLAKE2b-256 524b4c086f2190b61339a3fcc2b0a586c9cd05c3d641718a7b5d2d4e0d14caaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp311-cp311-win32.whl.

File metadata

  • Download URL: tinysoundfont-0.3.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 136.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tinysoundfont-0.3.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 94a341c8c79af3beb29e1e845f5f0fb6668ab650db319021d926109c9fc20230
MD5 69bbb2710e23e4bc660faa6106227701
BLAKE2b-256 ad043586b7e9c6acfa65dc8101c8f81f28432259ae2b7ad8e8dd4c75a84c88fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp311-cp311-win32.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9860a285d346bb4910a8446efabc5671777e4df9424409e926a4c9a40d4de998
MD5 02aa96f73487fd587c02902439933d27
BLAKE2b-256 2cb38e778f7345fbb7c4f50773ed09c77bc48eee2d6d1fcda7a54e5065bdaf69

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 64b69f8c1785d3490afe36d7c5656e95de02edbac1b73aa34c0ffd6d18ea4690
MD5 7417b02a2c373d8714e83f0ac26b08aa
BLAKE2b-256 dab624f6189d573a65cec47513ef2bc9c7fd442861918db385ddd6a42f62c706

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp311-cp311-musllinux_1_1_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f638536ce801dd77526419e25a53576ffd4f7d58d6e1673e6b70a1a8c4773448
MD5 a40b529d0df34bc5aee64ad3ed478d6a
BLAKE2b-256 3cb7d5e33d22462d7ddbfaffee6b918d73d72271f051b181d7cc6935724b045a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e4189786c57d16c269337e60cdb6b46204a75a67748f3bc6e2cc39a5c66d5e3
MD5 d485b1a1c0f76bf038a554ce008851af
BLAKE2b-256 98e8a255386032b9acda3c20ae62b3f751f1c957e55b0e215e5674b9b689e0b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99650cb625ebfe808fe24ed279b5970a9b0b2133f624dcaceddca4f364bb5fe6
MD5 43094b52ee88d86e8ca5e08c4e0978e1
BLAKE2b-256 f37589def81b8726eacd0d9e6f117aed172ead7a1d454879edea588403f7788d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 476a514a84a1696ead37417ddb5005551c880e65de8c53a7ad643c99c45efb5b
MD5 23500a5e1c5c166c21b0161935e10a4e
BLAKE2b-256 344ac79e13cbff31b280dc2431e34c900b530ec561296492f57edaadba5e5827

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp310-cp310-win32.whl.

File metadata

  • Download URL: tinysoundfont-0.3.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 135.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tinysoundfont-0.3.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2039339689f8a6476b5872f86d93cf13dc310b2820521207bc94b1bce1caa557
MD5 cec868241bad409eff107d6639700646
BLAKE2b-256 b0c926b4931dc428b574865a47d51a45cb43fe595c760246724ed632dbd2267c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp310-cp310-win32.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2384cd83b30360cd563b2055b56cfc24c0fd6240e9132ea075db1fa29b10ae8f
MD5 a3a6df22d40e3d6b42f2097f98728e75
BLAKE2b-256 8a46b1841bf872859c6df0bb1bc1198050cdbbd4980f8a9789691203c687f6f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 485c1bd36d383b15bf4e58225e8799b7ddb0e328652340169a1172313fb46888
MD5 0b2a4d9a2cd27d6bfb80f890bf811bf3
BLAKE2b-256 af57727ef91b3661c94b17fcef0c9c52a6d4bd0ff6285706b9e77df5b3928990

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp310-cp310-musllinux_1_1_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d4cc63f6bb851832517ceaf106680051c481be8e313f41ac76e0838d5e2e881
MD5 4a23767719fa4e6edbd4416409e9993d
BLAKE2b-256 93c1184e7408d91c1c31fdb42139095f0a2d80d86c6900ae5724ae9a0e1abdda

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 255bf3a84b4c8653315aa79762610bc8d42a09ee1ff744f9b245f7bef21f3354
MD5 7122a0881770fb32a91aa9b610cadeaa
BLAKE2b-256 13d028f2bcd0d95f6d1c40076b38d2a8ec69df5766dc39cd8ca53fa262d052df

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de6a4c411ce69a39a6af27b404c6859dceb49fe27ad22f463314f5da7fe67c0c
MD5 56e17ce3fb17ab96989f718ab87023f2
BLAKE2b-256 a19f9c36ffa2ec0866dd37d214a7a912e9b76891e3331e46ec6ae4c6749fc570

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a2c86d2f81e091da841792870f7a046da6f758b0304e7742175c996481eefded
MD5 a5058f9f3dd541772c6919313700a2d1
BLAKE2b-256 42f2e05403e10dbdbfb072d394b539f324dc6c63f2a4a1d6e95bef296505d878

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp39-cp39-win32.whl.

File metadata

  • Download URL: tinysoundfont-0.3.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 135.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tinysoundfont-0.3.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4ce5715da6a46d226727e1a45e31929b015b89ba0076e8aed65821d6cda3217d
MD5 09a7ed1abbc7b92220b977baea207bc6
BLAKE2b-256 c5a0ba53e327b532ed718cfdd0eec596498a5e04c6f22476bc1d8ae1298e7fd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp39-cp39-win32.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c2632e585f19347514dec64e96ca5bdacd06cb3fe881bd23e0e4ec0e04bde9e
MD5 1371b5b6301f4ccc470dc55fce8b0d3d
BLAKE2b-256 805ea9aaa01a77a3ef8ec6e3d3bab1e4c944f8a8c063753f44a5a33bd9a435b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 51fcd77b0b753614e5ac7c313612e00a423ed1b2fcdc9b6690a527750724e857
MD5 8a26d24f31a1a8b53be0f3d5662e3641
BLAKE2b-256 85fed952a3b0cf4aa4c5534f8ea487e39a7973380db9a9e1591b91ef8ec42771

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp39-cp39-musllinux_1_1_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a767a1999a447338741072704bd9d9f46ea3ff9545202ec451127b17656b5916
MD5 699da96a207599df83c547362977461e
BLAKE2b-256 e4c54eb1bd854d147f583d6dc61b04a6f847817567f78320eae7de61fac7724b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a2b1804e6534bc4492dd050e4f8b9fad7587ec492354d685a867cb37dd09150
MD5 ae12cbc5e2434a819770fb50d26c54a1
BLAKE2b-256 49560ca2048c79c247151c6d7036dc4f4031002c1ee8e9ac38228bb546064ac9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51d1f10fd258492a7a195fb1e85abaf9f1621196663fcf31a556d84466f84edd
MD5 c367c2b63d9b0028ac08db19211a5797
BLAKE2b-256 a86380c6671d647aba1e7f7f82947f293ddbb0604444a68a61e53cb31866ad68

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4f7966aac2c5440db770b0a1beb4aaa71b2ef4886811ad6034eed9564232ed2d
MD5 7d36e1725167a99b3df445474ec9d2f3
BLAKE2b-256 b2558e0b40deeca84c9fea8010d2040766a60262bbb171ec6c08e561b28a350e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp38-cp38-win32.whl.

File metadata

  • Download URL: tinysoundfont-0.3.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 135.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tinysoundfont-0.3.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d2d6e4f5b7d65eb00f6ada52ceacefe272127529a906a614d03a96dd3c35c9cb
MD5 66a76af3b3a23d29d3aea0745a3cf8ee
BLAKE2b-256 a34d26d17fbb246780c98e13103b2cd9ffb1c112fe13377120083eb6911a3a51

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp38-cp38-win32.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cde51bfebb783919ab60e307cae37bebcae44aee099cc37bceab85cce575ff8e
MD5 0733004279919e954230657f5f18e2f0
BLAKE2b-256 804c1a67d10741734c0cd9e506baf80bd5e7c35c8b1e6c9496a582ebe84cb4e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp38-cp38-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 06d1b97c949641cfb2a94c77a919e86a4a879cab06fe66d934256900c6182192
MD5 1a2754907a8737ab40e6ad827b6a5fa6
BLAKE2b-256 8452289225c9afde170cee0e3f15f12da5db0e0106adf569af123e536bd2ca60

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp38-cp38-musllinux_1_1_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f72cc8e490f08ca8d216831fc46b7bd3dbf2d79cab53ec945ce469c8e1a644c8
MD5 cb3684fd25a0353b3ef2537e8bafb9a4
BLAKE2b-256 afa0f8a52ad1a67095e78756a3bdb814cf4cf1e89f0013bd20b8f0f93c309257

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34256bcabb920a55a316d678047ea14dcdcdee4abd78ddfdfcefd20480e1067b
MD5 f981e43a1fd539a6778ea17dd2264ad4
BLAKE2b-256 2d6e6ae89d443b04b84d13eb289aa773b26322fd069c1ee0689b12b31344810d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65cba2112fe46720545960b08a9b83ced4453d35a479f850cd3f22ce5faa6a02
MD5 c1375e85db202cd2170fb07391196031
BLAKE2b-256 4deb2dfb38658e45701dd4b43486fc1048366be7950a88649ac9e121c88648b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fbe5513e55b69c6eba7ae910b5c15ab4da121796a412b5fc239d4dacbe211759
MD5 936e5c7c5f1495ba3ad5eea59e1c5b81
BLAKE2b-256 3cb2a747af7dd25b775a4dd0f285db60a975a2a39dd09ccdb9409c437a1c6176

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp37-cp37m-win_amd64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp37-cp37m-win32.whl.

File metadata

  • Download URL: tinysoundfont-0.3.7-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 136.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tinysoundfont-0.3.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 270f2cf131e1de1c7592dfa2a480ea0767880d1182feceadba417308e00b78d8
MD5 119ff6558ee60563717c23d0185d7306
BLAKE2b-256 6008abee2633f7555ddea50ccfa6d995a098a5814acfe3da8427a6620e0e82b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp37-cp37m-win32.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b0863d370a8b0a53ecdc54e5f2ac5c55c637f8cb2fb3e9e1c17329a3671a4c8
MD5 c1c5898216ba72ba0879c07430b2b55e
BLAKE2b-256 e519ab8031576319a57b5c8a9668793943aae1c41420f494bf1e861459a82814

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp37-cp37m-musllinux_1_1_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 263bdb5375fffe9fa46fc383401e5d411486ea2c3995b64b20b4086a1e714e84
MD5 2cf59dbd3563bedde8baf254a81a3901
BLAKE2b-256 3c3c2f5aa229089f1e254502d538a6978f501eeb1fcce696ae71ce62a66170e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp37-cp37m-musllinux_1_1_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdf8f5ed7c67d0e8af6b9b5a76dd073c273f46897d4b2708057942da855626db
MD5 a9eac9784e889b61b8d3b476407db76f
BLAKE2b-256 76ebfe9fcffb669e622cb2517a9788a15017e030fa6d715b6105e106347ccfa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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

File details

Details for the file tinysoundfont-0.3.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for tinysoundfont-0.3.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8afb7b7b86a4faa788ad182f0a46436624f8830ab29db9cc1c80c8ab617af457
MD5 adb8152d729c4aa3a5ef42ee6727619e
BLAKE2b-256 8d7a2f54b85959434d1c0b1ad4ef2f99a56e3c09addb64fa6a9af6d9207f3561

See more details on using hashes here.

Provenance

The following attestation bundles were made for tinysoundfont-0.3.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on nwhitehead/tinysoundfont-pybind

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page