Community Profile

photo

Jimmy Lapierre

Last seen: 6일 전 2018년부터 활동

Programming Languages:
C++, C, Javascript, MATLAB, HTML, Assembly
Spoken Languages:
English, French

통계

All
  • Knowledgeable Level 3
  • Revival Level 2
  • 3 Month Streak
  • First Answer
  • First Review
  • Solver

배지 보기

Content Feed

보기 기준

답변 있음
How to detect which audio output device is being used by Windows
The best practice for Audio Toolbox users would be to use WASAPI mode (see audioDeviceWriter). It is WASAPI exclusive mode, so t...

6일 전 | 1

답변 있음
Real-time ANC Simulink model based design simulation
Hi, the easiest way to get started might be to pre-record some audio and replace the noise source with that data. With an audio...

4개월 전 | 0

답변 있음
Acoustic Loudness - Is Scaling Required?
Are you using audioIn and FS (the audio signal itself) or SPLin (28 one-third-octave bands between 25 Hz and 12.5 kHz) ? If you...

4개월 전 | 1

| 수락됨

답변 있음
Audio generation in Simulink Desktop Real-Time
If you are using the Speedgoat, you would want to use their device-specific output blocks instead of the Audio Device Writer. So...

12개월 전 | 0

답변 있음
Simultaneously play and record a signal with audioPlayerRecorder
To specify IN/OUT channels, use channel mapping. For example, to play on channels 1+2, and record on 4: audioPlayerRecorder("Pl...

대략 1년 전 | 0

답변 있음
Error when recording multi-channel audio with loopback
Hi Charlotte, When using the reader and writer at the same time, some settings like frame size must match. Here, fileReader.Sa...

1년 초과 전 | 0

| 수락됨

답변 있음
Can I use two unique ASIO audio devices at once?
Unfortunately, Windows does not allow loading multiple ASIO drivers at the same time, so MATLAB cannot do so. You might be able ...

1년 초과 전 | 0

| 수락됨

답변 있음
Sound Pressure level returning -inf
Leq, Lpeak and Lmax are only computed every TimeInterval, so they correspond to the SPL of zero for the first 0.125 seconds. And...

1년 초과 전 | 1

| 수락됨

답변 있음
how to compute the RMS dB(A) value from an acoustic signal in a spectrum ?
It might just be a matter of scaling. For example, if there is a microphone involved, you may need to calibrate for that if the ...

1년 초과 전 | 0

답변 있음
What is dBFS in the Impulse Response Measurer App?
Hi Yuqing, If you use the Export button, you will get a table of your measurements including the recording. You can get an exc...

1년 초과 전 | 0

| 수락됨

답변 있음
Will MATLAB VST plugin generation support ARA (Audio Random Access) API?
There is no support at this time, but users with Coder can use the "juceproject" option to produce a JUCE project, which support...

1년 초과 전 | 1

답변 있음
Real-Time Audio Processing: Varying Delay Depending on Initial Under/Overruns
Some updates since these issues were raised: Starting 21b, Audio Toolbox I/O has a new buffering mechanism to prevent the laten...

거의 2년 전 | 0

답변 있음
audio codec performance measurement DAQ
Hi, I think the Spectrum Analyzer could help. Here is an example: https://www.mathworks.com/help/dsp/ug/spectrum-analyzer-measu...

거의 2년 전 | 0

| 수락됨

답변 있음
Only one channel from two-channel Behringer UCA202
1. Try specifying the name of the device as well, in case you are picking up another (mono) device instead of you UCA202. >> a...

거의 2년 전 | 0

답변 있음
Microsoft Visual Studio 2022 set up as default C and C++ compiler in Matlab 2021a
Plugin generation is part of the Audio Toolbox, which does not support MinGW. For plugins: VS 2019 was added to R2019b (appears...

거의 2년 전 | 0

| 수락됨

답변 있음
(solved) Why can't I generate an audio plugin from the StereoWidth example?
I see you found a solution. Just for reference, here is a list of supported compilers for Audio and other toolboxes (there is a ...

대략 2년 전 | 1

답변 있음
audio input that is not recognize by matlab
Hi Fanny, First is to make sure the OS recognized the input devices. If on Windows, check that your devices show up in "Sound s...

대략 2년 전 | 0

| 수락됨

답변 있음
Impulse Response Measurer: Amplitude of recorded signal is almost half compared to recording in audacity
Playback level in the impulseResponseMeasurer is controlled by the "Excitation Level (dBFS)" setting in the toolbar. Does settin...

대략 2년 전 | 1

| 수락됨

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

대략 2년 전 | 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...

대략 2년 전 | 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...

대략 2년 전 | 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...

2년 초과 전 | 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...

거의 3년 전 | 0

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

거의 3년 전 | 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...

거의 3년 전 | 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...

거의 3년 전 | 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...

거의 3년 전 | 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...

대략 3년 전 | 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...

대략 3년 전 | 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...

3년 초과 전 | 0

| 수락됨

더 보기