-
```
I am using the config file as below on Ubuntu 10.10 running darkice1.0
When running darkice under sudo it just repeatedly returns a "buffer overrun!"
line on the command line.
My config file is…
-
```
I am using the config file as below on Ubuntu 10.10 running darkice1.0
When running darkice under sudo it just repeatedly returns a "buffer overrun!"
line on the command line.
My config file is…
-
The manual page for strcat (3) explains
The strcat() function appends the src string to the dest string, overwriting the
terminating null byte ('\0') at the end of dest, and then adds …
-
We need a way to pull sound from the qemu environment.
Several things have been suggested but I'd like them documented somewhere for us.
In addition to this sound feature, we will need to update the…
-
As a reminder...
> One of my low-priority todo items is to replace character arrays with std::string to help ensure that there are no overflows we have overlooked.
> - BulletCatcher
-
i'm setting up a Neuropixels 1.0 recording system. i've noticed that, when using 3+ probes connected to the same PXI card, the Open Ephys GUI uses a lot more CPU (even with no display sink (LFP or Pro…
-
```
I am using the config file as below on Ubuntu 10.10 running darkice1.0
When running darkice under sudo it just repeatedly returns a "buffer overrun!"
line on the command line.
My config file is…
-
I connected a Logitech C920 to Jack (48k, 1024frames, 3p) using:
```alsa_in -j webcam-mic -c 2 -d hw:C920 -v```
It sounds terribly bad and console says:
>...
>WARNING: Rate doesn't match (requeste…
-
```
I am using the config file as below on Ubuntu 10.10 running darkice1.0
When running darkice under sudo it just repeatedly returns a "buffer overrun!"
line on the command line.
My config file is…
-
There are a lot of issues in here, including useless code (e.g. "ptr" variable), inefficiencies (e.g. recordsAskedFor[1]) , and potential buffer overruns (on the checking for AAAA records) and no safe…