Respondida
Audio plugin not compiling after update to Xcode 11.4
The list of supported compilers can be found on this webpage. Either click the "Mac" tab for supported Xcode versions, or for pr...

casi 4 años hace | 0

Respondida
Audio toolbox for active speaker crossover
Q. Could an audio model pick up audio from another application, e.g. amazon music, apply the filters and stream out to the sound...

casi 4 años hace | 0

| aceptada

Respondida
How to use audioDeviceWriter ?
I suspect that compexp returns a row vector instead of a column vector, so it looks like 1024 channels. Try pre-allocating y bef...

alrededor de 4 años hace | 0

Respondida
SampleRateConvertion error in plugin
Hi Pablo, There are some limitations with codegen and the resampling objects. If you have a hard-coded ratio of 4, the easiest ...

alrededor de 4 años hace | 0

| aceptada

Respondida
audioPlayerRecorder PlayerChannelMapping not working as expected
The behavior of channel mapping with single channels depends on the driver (for example, it is different for ASIO and DirectSoun...

más de 4 años hace | 0

Respondida
Help, generateAudioPlugin Error
Xcode 11.4 introduced an incompatibility, so you would need to make sure you have the latest update (19b update 5, required for ...

más de 4 años hace | 0

Respondida
VST Plugin with Visual Studio 2019
Support for plugin generation Visual Studio 2019 was added in 2019b Update 5. Please let me know if you have the latest updates ...

más de 4 años hace | 1

Respondida
interpolateHRTF always trows warnings or errors when using either methods
Can I ask what version of Matlab you are using? If you can provide some sample code, it might also help. Does the help example ...

más de 4 años hace | 0

Respondida
ANC Simulink Model Error
Hi Olivia, it sounds like your device is incapable of ultra-low latency operation. Unless the noise to cancel is steady-state an...

más de 4 años hace | 0

Respondida
cannot generate VST audio plugin
Could you try building one of the examples that are shipped with Audio Toolbox, such as "StereoWidth" ? That might help us figur...

casi 5 años hace | 0

Respondida
How to determine the channel mapping (channel-to-track allocation) of a surround sound audio signal?
The proper order according to SMPTE is: Front Left, Front Right, Center, LFE, Surround Left, Surround Right. This is also the ...

casi 5 años hace | 0

Respondida
2 Sounds Cards and 5.1 speakers
The audioDeviceReader and audioDeviceWriter objects have "Driver" and "Device" properties. For example, if the output device sup...

alrededor de 5 años hace | 1

Resuelto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

casi 7 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

casi 7 años hace