-
Hello,
I've been reviewing the Open Vector Interface specification and I have a few questions that I hope you could help clarify:
1. UNALIGNED Exception: The spec mentions that `any vector memor…
-
### Describe the solution you'd like
Would love to see support for XG MIDI effects in FluidSynth.
Namely, stuff like EG control (attack, decay, sustain, release) and lowpass filter
effect cutoff/…
-
Hello,
this one was a tough nut to crack, but ultimately success! :)
Notable differences:
• Coefficients and delay line must begin and end at **16-byte boundary**. Use **__attribute__((aligned …
-
Not sure how I would do this with the DataStream object.
In python / C I would do something like
```
class CCSDS_PriHdr_t_StreamId (my_endian):
"""Some comments"""
_pack_ = 1
_fields_ = […
-
I have a puA2500-14uc as well as a puA2500-14um, both capable of 12-bit pixel depth. I followed the discussion in [ issue #38](https://github.com/basler/pypylon/issues/38) to obtain the maximum possib…
-
Hey bois*,
Tonight I had time to learn spdif, and I wrote an optimized implementation of the spdif convertion algorithm. As it not matches all your requirements (only 4 byte samples) I would like to …
-
### Problem Description
Hi!
I' trying to encode a 2160p HEVC video with Dolby Vision. The encode end with an error near the very end of the job.
The file is an "hybrid". AKA the Dolby Vision …
-
`bitwise_shift_left(num, amount)` and `bitwise_shift_right(num, amount)` returns `num > (amount & 63)` when `amount` is negative or greater than 63.
```
bitwise_shift_left(1, 64) => 1, should be 0
…
-
Nice kit Nicola! The board appears to be working as designed, However, I am having a problem I need some help to fix....
Not able to see an output at OUT0. Analysis with O-scope and logic analyzer re…
-
I've generated the MPFS_ICICLE_BFM_SIMULATION.prjx using Libero 2022.3 and passed both BFM_SIMULATION and MSS_BAREMETAL arguments prior to script execution. However, opening the testbench SmartDesign …