답변 있음
Impulse Response Measurer in audio toolbox
Yes, sound is output on the selected device and channel. If there is a loudspeaker connected to that device, it will play. But i...

거의 4년 전 | 0

답변 있음
How to access 'non-automatable' parameters in a AU/VST in MATLAB with `loadAudioPlugin()`?
Hi Jamie, The ability to display the plugin's custom GUI is not currently available. If you'd like to share what's your affilia...

거의 4년 전 | 0

답변 있음
How can i fix this error in the Impulse Response Measurer?
Hi Mehmet, could you try increasing the “Duration per run” relative to the “sweep duration”. The sweep methods requires this per...

대략 4년 전 | 1

| 수락됨

답변 있음
Parameters for room impulse response measurements using swept sine
Hi Jon, Since you do not have access to MATLAB on site, you will want to use sweeptone to create the exponential swept sine tha...

4년 초과 전 | 1

| 수락됨

답변 있음
Sending a midi message from MATLAB to an external source audio plug in
If you want to use MIDI (as opposed to loading a plugin), have a look at midimsg. Just note that we don't support loading VSTi p...

4년 초과 전 | 0

답변 있음
How to use synthesizer VST plugin after loading it using loadAudioPlugin function?
Unfortunately we do not support VSTi (MIDI instruments) at this time.

4년 초과 전 | 0

| 수락됨

답변 있음
How do I interrupt a sound file that is currently being played?
You should write your audio samples by smaller frames (such as 1024 samples per frame). That way, you can stop writing at any ti...

4년 초과 전 | 0

답변 있음
How do I play more than one sound file concurrently with audioDeviceWriter?
If you use audioDeviceWriter (or audioPlayerRecorder), you need to manage each frame yourself, including adding any signals that...

4년 초과 전 | 0

답변 있음
Audio toolbox: using acousticLoudness() in reverse for "normalizing" audio signal
If you want average perceived loudness, consider omitting the time-varying option even though the signal isn't stationary. Othe...

거의 5년 전 | 2

| 수락됨

답변 있음
How do I implement this code to the example called Active Noise Control Using a Filtered-X LMS FIR Adaptive Filter?
Hi Sean, I'll suggest that you also have a look at the Real-Time Example (linked here). The beginning of that example gives deta...

대략 5년 전 | 0

답변 있음
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...

대략 5년 전 | 0

답변 있음
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...

대략 5년 전 | 0

| 수락됨

답변 있음
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...

대략 5년 전 | 0

답변 있음
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 ...

대략 5년 전 | 0

| 수락됨

답변 있음
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...

5년 초과 전 | 0

답변 있음
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 ...

5년 초과 전 | 0

답변 있음
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 ...

5년 초과 전 | 1

답변 있음
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 ...

거의 6년 전 | 0

답변 있음
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...

거의 6년 전 | 0

답변 있음
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...

대략 6년 전 | 0

답변 있음
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 ...

대략 6년 전 | 0

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

6년 초과 전 | 1

문제를 풀었습니다


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...

거의 8년 전

문제를 풀었습니다


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...

거의 8년 전