Blenderpics

Results 9 comments of Blenderpics

Whoops, i thought the `bool isBigEndian` argument was used to indicate the bit-order of the input data (the old Endian vs. LSB/MSB confusion). that certainly explains why i could not...

The easiest way to basicly play anything you want to, is by using audio loopdevices. Simply load snd-aloop via modprobe (or just add it to /etc/modules), and you are ready...

I will give it a shot this weekend.

so i just implemented a preemphasis on a [branch](https://github.com/Blenderpics/PiFmRds/tree/preemphasis) of my fork. I just used a generall highpass-filter to implement it, even though the formular does not match the one...

Did not work for me with `alpine:3.6`. ``` PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14007086:SSL routines:CONNECT_CR_CERT:certificate verify failed in /southpark/app/SouthParkDownloader.php on line 642 PHP...

I can confirm that the the library indeed looses connection frequently to the BE server, so you need to manually reconnect the client.

The RCon Client basically looses connection immediately after you connected to the server. The connection isn't held up. Which means you need to perform a login for every command you...

To further elaborate: A BE Client login event will trigger a Server Message that gets broadcasted to all connected clients, containing the same string that lands in the server log...

@pwsoftwaredesigns any update on this? I am currently emulating a fat32 block device. It would be so much easier if I could use mtp for my usecase