From b52c8afeb72e8dfaa750ed35eb26565c336177d2 Mon Sep 17 00:00:00 2001 From: Marc Schoenwiesner Date: Thu, 22 Feb 2024 10:25:33 +0100 Subject: [PATCH] update version string, making new slab.Room class available --- slab/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slab/__init__.py b/slab/__init__.py index fb2f07f..f47e18e 100644 --- a/slab/__init__.py +++ b/slab/__init__.py @@ -2,7 +2,7 @@ import os import pathlib -__version__ = '1.1.5' +__version__ = '1.5.1' # The variable _in_notebook is used to enable audio playing in Jupiter notebooks # and on Google colab (see slab.sound.play()) @@ -17,7 +17,7 @@ sys.path.append('..\\') -from slab.hrtf import HRTF +from slab.hrtf import HRTF, Room from slab.psychoacoustics import * from slab.binaural import Binaural from slab.sound import Sound, set_default_level, set_calibration_intensity, get_calibration_intensity, calibrate