Skip to content

Commit

Permalink
update version string, making new slab.Room class available
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarc committed Feb 22, 2024
1 parent 686194d commit b52c8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand All @@ -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
Expand Down

0 comments on commit b52c8af

Please sign in to comment.