Skip to main content

Real-time dynamic binaural synthesis with head tracking

Project description

https://travis-ci.org/pyBinSim/pyBinSim.svg?branch=master

PyBinSim

Install

$ conda create --name binsim35 python=3.5 numpy scipy
$ source activate binsim35  # on windows: activate pybinsim
$ pip install pybinsim

Run

Create pyBinSimSettings.txt file with content like this

soundfile signals/speech2_44100_mono.wav
blockSize 256
filterSize 16384
filterList brirs/filter_list_kemar5.txt
maxChannels 8
samplingRate 44100
enableCrossfading False
useHeadphoneFilter False
loudnessFactor 5

Start Binaural Simulation

import pybinsim

with pybinsim.BinSim('pyBinSimSettings.txt') as binsim:
    binsim.stream_start()

Demos

Check the https://github.com/pyBinSim/AppExamples repository for ready-to-use demos.

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

pybinsim-1.0.0.tar.gz (13.1 kB view hashes)

Uploaded Source

Supported by

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