Question / Help - Audio input issue with M-Audio M-Track (2024)

M

Manite

Member
  • Nov 1, 2014
  • #1

Not sure yet if it's a problem with OBS or something else yet but OBS is the only program I am having this problem in.

For some reason when I record mic audio through the m-track it only has my voice on the left channel. I've tested in audacity and teamspeak and both have the mic come through both channels. I'm really scratching my head on this one. The mic sounds great aside from only being on the left though. You can check what I mean on my twitch. http://www.twitch.tv/ovadex/b/583975588

The lack of game audio is something else. I forgot to remove and re-add the audio output. It sometimes doesn't actually record even though the input bars are jumping.

Only thing that jumped out at me was this in the log.

12:36:08 AM: pulse-input: Server name: 'pulseaudio 4.0'
12:36:08 AM: pulse-input: Audio format: s24le, 44100 Hz, 2 channels
12:36:08 AM: pulse-input: Sample format s24le not supported by OBS,using s16le instead for recording
12:36:08 AM: pulse-input: Started recording from 'alsa_input.usb-M-Audio_M-Track-00-MTrack.analog-stereo'
12:36:08 AM: source 'mic' (pulse_input_capture) created

I have a feeling I need to get the m-track to do s16le rather than s24le but I'm unsure how to change that. I edited the daemon.conf to no avail.

I'm open to any suggestions.

L

leonhard

Developer

  • Nov 1, 2014
  • #2

Having the mic only on one channel is kind of expected when you have a mono mic but use a stereo mixer. From what i could find "Mono/Stereo" Button on the M-Track will only have an effect on the Phones/Main Output, but not the USB connection. Whats interesting though, is the fact that both audacity and teamspeak work fine for you. They somehow seem to detect this situation and handle it accordingly.

It sometimes doesn't actually record even though the input bars are jumping.

Is that the input bars in obs ? If so thats really strange, because the input levels are calculated from the same data that is going to be encoded. Can you reproduce that somehow ?

I have a feeling I need to get the m-track to do s16le rather than s24le but I'm unsure how to change that. I edited the daemon.conf to no avail.

You can safely ignore this, both obs and pulseaudio are able to resample data into different formats. Since obs will in most cases resample the data anyways, we simply request the settings pulse has on that specific sink/source and use them if they are in a format obs understands. What happens here is that pulse is using s24le by default on the device but obs does not support that, so we ask pulse to resample that to s16le.

M

Manite

Member
  • Nov 1, 2014
  • #3

Ok, this is weird. For some reason it is now working correctly. I just did a recording and it's coming across as stereo output properly.

I've never been able to reliably produce that other audio issue. It usually came up after a freeze on startup. I just switched to the experimental ppa and haven't had a startup freeze since that. (crosses fingers) If it happens again post the log?

Good to know that's not something to be concerned about.

One odd thing that happened when I started up this morning however is the mic output wasn't recording and when I opened the properties panel it was just a blank grey box. Had to remove completely and readd the input.

M

Manite

Member
  • Nov 7, 2014
  • #4

Well, the m-audio is recording in obs in mono again. This time I have had no luck getting it to behave. Fell back on my blue yeti. Would REALLY rather use the m-audio though.

I just have no idea why the mic doesn't want to upmix in obs. It works fine in every other recording program I use.

Would it be possible to add a checkbox or somesuch to force a stereo upmix on it? Just a though.
Maybe someone knows how to get pulse to force upmix? I'm not too experienced with fudging with pulse settings.

M

Manite

Member
  • Nov 7, 2014
  • #6

Thanks addicted, I'll peruse that.

ubuntuaddicted

Member
  • Nov 7, 2014
  • #7

Manite said:

Thanks addicted, I'll peruse that.

if you must shorten my name, then please use Ubu. :)

M

Manite

Member
  • Nov 7, 2014
  • #8

sure thing Ubu.

ubuntuaddicted

Member
  • Nov 7, 2014
  • #9

I just noticed on that same page is a specific reference to a m audio device. Look for:
Sound output is only mono on M-Audio Audiophile 2496 sound card

M

Manite

Member
  • Nov 14, 2014
  • #10

Well, solved my mic problem. I ditched the m-audio and got a behringer mixer. Better in every way possible.

Ranko Kohime

Member
  • Nov 17, 2014
  • #11

I know it's not an issue for you anymore, but this post might help explain the issue to others who have the problem.

Most mic interfaces are designed to use two microphones, but since we generally only use one in streaming/podcasting, it's putting out audio only to the left channel. One easy fix is to use a null sink in Pulseaudio, and a monaural loopback from the mic source to the null sink, and then record the null sink instead of the microphone directly.

Some mixers, and probably the mixer you are using, are designed for just such a setup as we have, and have an input that is by default spanned across both channels when it is sent to the computer.

M

Manite

Member
  • Nov 17, 2014
  • #12

Yea, I think it was just that the M-audio was a cheapy. Didn't properly mix mono sources to the stereo output. Prolly would have gotten this mixer eventually anyway. Now I have 10 channels that I can use to pipe all audio through to better and more easily control the levels. Already have hooked up to my tablet for sound fx.

ubuntuaddicted

Member
  • Nov 17, 2014
  • #13

Manite said:

Yea, I think it was just that the M-audio was a cheapy. Didn't properly mix mono sources to the stereo output. Prolly would have gotten this mixer eventually anyway. Now I have 10 channels that I can use to pipe all audio through to better and more easily control the levels. Already have hooked up to my tablet for sound fx.

i don't think you're understanding what ranko stated, it's not that it didn't properly mix mono sources to the stereo output, it's that the m-audio is designed to use two microphones but you only had 1 connected. I provided the fix in a link above which is to first find out the source for your m-audio device with

Code:

pacmd list-sources

then with something like name: <alsa_input.pci-0000_00_14.2.analog-stereo>
you need to add a remap to pulseaudio /etc/pulse/default.pa file which would look like

Code:

load-module module-remap-source master=alsa_input.pci-0000_00_14.2.analog-stereo master_channel_map=front-left,front-right channels=2 channel_map=mono,mono

after you add that remap rule, you need to restart pulseaudio, it should auto-respawn so issuing should work

Code:

pulseaudio -k

NOTE: you must change the "source" to be whatever your system returned for the pacmd list-sources command returned for your m-audio device. you may have multiple sources due to motherboard onboard microphone. Good luck

M

Manite

Member
  • Nov 18, 2014
  • #14

Thanks Ubu, It's a non-issue though. As mentioned I got a proper mixer from Behringer which worked right out of the box and gives me more options anyway.

You must log in or register to reply here.

Question / Help - Audio input issue with M-Audio M-Track (2024)

FAQs

Why is my M-Audio M-track not detected? ›

M-Track not showing up? If the interface isn't showing up when connecting it to your computer, reconnect the interface by unplugging and plugging it back in. If you have not done so yet, try reconfiguring the USB connections so that the M-Audio M-Track is connected directly to your computer.

Why isn't my audio interface working? ›

If you find any issues, try updating or reinstalling the drivers. 3. Make sure that the audio interface is selected as the default recording device in your Windows sound settings. You can access this by right-clicking on the speaker icon in the taskbar and selecting "Open Sound settings".

How do I use my M-Audio microphone? ›

Simply plug the Producer USB microphone into your computer, fire up your favorite music software, and you're ready to record. The microphone delivers exceptional clarity, and provides a convenient headphone jack for low-latency monitoring.

Why is my microphone device not detected? ›

Open the Settings app. Navigate to the System setting and click on Sound in the left sidebar. Next, click on Manage sound devices under the Troubleshoot button in the Input devices settings. Scroll down, locate your device under the Disabled section, and enable your microphone by clicking Enable.

Does M-Audio need a driver? ›

M-Audio audio interfaces are class-compliant on Mac, meaning no additional drivers need to be installed. If you're a PC user however, you must download and install the driver for your version of Windows. Mackie's support portal provides firmware and driver downloads for all of their audio interfaces and audio hardware.

How do I reset my audio settings? ›

Select Start and Settings. Select System > Sound > Volume mixer. Select Reset under Reset sound devices and volumes for all apps to the recommended defaults.

How do I get my audio interface to work? ›

How to set up your audio interface
  1. Install your driver software. ...
  2. Plug in the hardware. ...
  3. Apply firmware updates. ...
  4. Connect your headphones or monitor speakers. ...
  5. Select the audio driver. ...
  6. Set up your audio outputs. ...
  7. Connect any audio inputs. ...
  8. Test your inputs and outputs.
Nov 3, 2022

How do I reset my audio service? ›

9. Restart Audio Services
  1. In the search box on the taskbar, type services, then select it from the results.
  2. Select each of the following services, select and hold (or right-click), select Restart, and then select Yes: Windows Audio. Windows Audio Endpoint Builder. Remote Procedure Call (RPC)

How do I update my audio interface driver? ›

Open Control Panel. Select Device Manager. Locate Sound, video, and game controllers, right-click it, and select Update driver. In the window that appears, select Search automatically for updated driver software.

Do you need to install drivers for an audio interface? ›

1. Download and install any necessary drivers or software. Most audio interfaces require a driver or other piece of software to function on your machine. For example, audio interfaces made by Focusrite require the Focusrite Control software to use all of the interface's capabilities.

Do I need a new audio interface? ›

If you use only one microphone and a USB mic works for you (see our blog post about microphones), then you may not need an audio interface. If you monitor on speakers or wish to use XLR microphones, then it might be time to explore purchasing a dedicated audio interface.

How does M audio work? ›

M-Track Solo offers zero-latency monitoring of the input signal through both the main RCA outputs and 1/8” headphone outputs. The USB/Direct switch adjusts the balance between the direct inputs and the playback from your computer software. This makes it easy to record new parts or add parts to an existing composition.

How do I install M audio driver? ›

Driver Information

1) Unzip the file to a folder on your desktop. 2) Shut your system down, standard SOP for PCI and 1394 devices. (USB Audio or USB MIDI devices only need to be turned off.) 3) Install, or plug in the device and turn the computer on.

How do I connect my M-Audio fast track to my computer? ›

Begin by connecting Fast Track to your computer via a USB cable, according to the installation instructions in the printed Fast Track Quick Start Guide. If you are using a microphone that requires phantom power, activate the Phantom Power switch (14) after the microphone has been connected to the Microphone Input (2).

How do I reset my M-Audio MIDI controller? ›

How do I perform a Factory Reset on my M-Audio Keystation?
  1. Power Off the Keystation.
  2. Hold down the buttons ADVANCED, OCT+, and OCT- simultaneously, until step 4.
  3. Power On the Keystation.
  4. Release the three buttons.
Nov 30, 2022

References

Top Articles
Latest Posts
Article information

Author: Rev. Leonie Wyman

Last Updated:

Views: 5714

Rating: 4.9 / 5 (59 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Rev. Leonie Wyman

Birthday: 1993-07-01

Address: Suite 763 6272 Lang Bypass, New Xochitlport, VT 72704-3308

Phone: +22014484519944

Job: Banking Officer

Hobby: Sailing, Gaming, Basketball, Calligraphy, Mycology, Astronomy, Juggling

Introduction: My name is Rev. Leonie Wyman, I am a colorful, tasty, splendid, fair, witty, gorgeous, splendid person who loves writing and wants to share my knowledge and understanding with you.