MrMho
MrMho
I have been using MME. Now I am trying to switch to WASAPI. However, even though the devices I want to specify only differ from the old ones in terms...
Yes. This is what the device_info function returns: ``` python In [3]: device_info(14) Out[3]: {'default_high_input_latency': 0.01, 'default_high_output_latency': 0.0, 'default_low_input_latency': 0.003, 'default_low_output_latency': 0.0, 'default_samplerate': 192000.0, 'hostapi': 1, 'max_input_channels': 2, 'max_output_channels': 0,...
Using an InputStream does not work either, it returns an error saying "RuntimeError: 0.0000: Invalid device" I'm still using the same device as before.
Ok, it turned out that the sample rate I used for the InputStream did not match the sample rate in the Windows device manager. I fixed that and now it...
I checked that by writing the incoming data into numpy arrays. Portaudio does not change the block size. Instead, it appears to me that some of the incoming blocks are...
Could you find a solution for this issue? I am getting the exact same error message when trying to send string markers from Neurobehavioral Systems' Presentation to PyLSL 1.16.0 (both...
1. Full interpreter output ``` [Positron] Error setting console width: Cannot invoke 'setConsoleWidth'; no UI comm is open. (undefined) [Positron] Connecting to Python 3.11.1 (Global) kernel (pid 9824) [Positron] Streaming...
~~Sorry. Running your command in the terminal gives me an unexpected token in column 100 error (starting here~~```C:\Users\Public\AppData\Local\Programs\Python\Python311\p...```). ~~Are you sure it is correct? Or maybe I am missing something...
Ok, nevermind. The above error was caused by some powershell quirk, I guess. I was now able to run the command. Gives me the following output ``` Copyright (C) 2023...
1. Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz 3.40 GHz 2. I already tried that, didn't help unfortunately.