Jiajun

Results 7 issues of Jiajun

### Description of Problem, Request, or Question Hi, a while ago I submitted #399 requesting about armb7hf:gcc11 image and was informed that ARM is no longer supported. Therefore We have...

Hi, I have an audio app that has a standalone app and audio plugins, each package is designed to be installed in a fixed location. Therefore, I wish to disable...

The documentation is not obvious regarding how to resample an input.

waiting for clearification

Hi, I have a QA project trying to automate testing of our vst using reapy. But I found an issue with importing reapy before Reaper is launched. So the procedure...

`Asig.cn` is a list of channel names, e.g. `['Left', 'Right', 'Center'...]` , and then there is another member call `Asig.col_name` that is only used in __get_item__ to help create a...

enhancement

In feature-recorder-improvement, I added a new method to Arecorder named set_tracks(self, tracks, gains). This allows individual tracks selected to be recorded before calling record(), e.g.: `ar.set_tracks(tracks=[0, 2], gains=[-3, -10]) #gain...

enhancement
feedback wanted

- Use a RingBuffer that has 4x buffer size with preallocated memory to handle playback data write and read. The previous implementation allocate and deallocate data array constantly during callback,...