File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ openai = "openai.cli:main"
4545[project .optional-dependencies ]
4646realtime = [" websockets >= 13, < 15" ]
4747datalib = [" numpy >= 1" , " pandas >= 1.2.3" , " pandas-stubs >= 1.1.0.11" ]
48- audio = [" sounddevice>=0.5.1" , " numpy>=2.0.2" ]
48+ voice_helpers = [" sounddevice>=0.5.1" , " numpy>=2.0.2" ]
4949
5050[tool .rye ]
5151managed = true
Original file line number Diff line number Diff line change 1010 import numpy as numpy
1111
1212
13- NUMPY_INSTRUCTIONS = format_instructions (library = "numpy" , extra = "audio " )
13+ NUMPY_INSTRUCTIONS = format_instructions (library = "numpy" , extra = "voice_helpers " )
1414
1515
1616class NumpyProxy (LazyProxy [Any ]):
Original file line number Diff line number Diff line change 1010 import sounddevice as sounddevice # type: ignore
1111
1212
13- SOUNDDEVICE_INSTRUCTIONS = format_instructions (library = "sounddevice" , extra = "audio " )
13+ SOUNDDEVICE_INSTRUCTIONS = format_instructions (library = "sounddevice" , extra = "voice_helpers " )
1414
1515
1616class SounddeviceProxy (LazyProxy [Any ]):
You can’t perform that action at this time.
0 commit comments