audio

  1. D

    No Sound when resuming from suspend & DSBMixer causes init to wait

    Hi, I've switched over to FreeBSD 13.0-RELEASE completely a few days ago. Everything runs great and I now have suspend working but with two issues: 1. If I suspend my PC with DSBmixer still running (I'm using Xfce 4), the init system endlessly waits for it to quit. I have to hold the power...
  2. judd

    Editing /etc/bluetooth/hcsecd.conf

    Good morning! I'm trying to make a Logitech X50 Mobile Wireless Speaker work with Bluetooth which Freebsd recognizes using a NOGA Bluetooth Dongle: ugen0.4: <Bluetooth v2.0 Bluetooth V2.0 Dongle> at usbus0 ubt0: at uhub0, port 3, addr 6 ubt0: detached Then to find out if it recognizes the...
  3. john_rambo

    I badly need to connect my bluetooth headphone ... Please help !

    Hi, I am using GhostBSD which as you know is based of FreeBSD. Like this forum the GhostBSD forum too is very friendly. They solved almost all of my issues. The only remaining problem is about bluetooth. I use my bluetooth headphone all the time. Under Linux my usb bluetooth dongle worked out of...
  4. F

    Setup laptop jack for speakers/microphone

    I have a laptop (Thinkpad L460) with a jack port that can take both input audio and output audio. TL.DR.: I'm trying to setup a jack port that can take headphones and/or microphone, so I can use an external analog Jack mic to record. The card is recognized as: pcm0: <Realtek ALC293 (Analog...
  5. B

    Bitperfect to usb audio

    Hello. I have Motu m2. Freebsd 13 is installed on my laptop. I'm trying to send bitperfect audio to usb interface but unfortunately get distorted and dirty signal. I seted dev.pcm.3.play.vchans=0 dev.pcm.3.bitperfect=1 What do I do wrong?
  6. olli@

    Using Bluetooth audio devices (speaker, headphones, earbuds) with FreeBSD

    Here’s just a small recommendation if you want to connect Bluetooth audio devices to a FreeBSD machine, such as wireless speakers or headphones. Unfortunately, FreeBSD’s support for Bluetooth audio devices is rather weak. Some devices work via the virtual_oss port, but many don’t work. It also...
  7. H

    No pcm device during probing, no audio in /dev

    dmesg gives: ata1: <ATA channel> at channel 1 on atapci0 pci0: <multimedia, audio> at device 15.3 (no driver attached) ohci0: <OHCI (generic) USB controller> mem 0xeff00000-0xeff00fff irq 11 at device 15.4 on pci0 usbus0 on ohci0 ehci0: <AMD CS5536 (Geode) USB 2.0 controller> mem...
  8. ergpopler

    Unable to get audio + microphone simultaneously.

    Hi -- my audio and microphone are picked up as seperate devices. /dev/dsp4 is my microphone. /dev/dsp3 is my headset output. If i set pcm3 as my default device in mixertui, i get headset output but no mic. if i set pcm4 it uses my PC's built in speaker, but the microphone works. If i use...
  9. T

    inserted USB headset and got "static" over my audio headphones

    I connected my USB Jabra headphones to test out audio calling which seems to work much better with the compiled version of chromium; however, I noticed that after doing so, I am getting "static" over my audio headphones. I did manage to turn it off by installing umix and then fiddling around...
  10. ericbsd

    Solved How to recored audio from Game on FreeBSD.

    I am trying to record the audio of Games on FreeBSD, but it seams the FreeBSD does not record the output that year from games. I was success full to record sound from the desktop like Rhythmbox and Firefox but not Games. To me that does not make any sense. I use OBS. Does anyone knows how to...
  11. E

    Mixer application

    I am looking for a semi convenient mixer application with as little dependencies as possible. It doesn't really matter if graphical or not as long as it has at least some curses interface. If it's graphical i'd prefer GTK2 (or if it has to be 3) but i'll take what i can get. Also i'd like to use...
  12. NapoleonWils0n

    virtual_oss how do you record currently playing audio

    Im a bit stumped on how to use virtual_oss to record audio that is currently over a particular dsp device and was wondering if someone could me a prod in the right direction i have loaded the cuse module What id like to do is create a virtual audio device that can be recorded with ffmpeg...
  13. skeletonboss12

    Solved audio stutter and slight popping on hp probook 450 g1

    Edit: I fixed it! or at least severely reduced the issue to tolerable levels. pulse/daemon.conf avoid-resampling = yes default-sample-rate = 48000 I am experiencing some audio stutter when playing music in the Chromium browser, however on firefox it does not stutter but rather constantly...
  14. skeletonboss12

    Maximum and minimum volume messed up

    I am using plasma 5.18.5 on my FreeBSD desktop. I am having the following issue with my volume slider: cannot hear audio under 75% and max audio is pretty quiet, how to fix? I am on a laptop (hp probook 450 g1) Thank you for reading I look forward to your insight
  15. NapoleonWils0n

    Bitperfect audio with the music player daemon and Freebsd

    How to set up the music player daemon with bitperfect audio on Freebsd
  16. E

    Audio/microphone security, group level restriction

    I just realized that the mixer can be adjusted by any user and any user can listen to the microphone on my system. Even a sandbox user, unless chrooted or jailed, could spy on me. Is there a way to adjust /dev/dsp permissions so access requires an audio group? Would I use /etc/devfs.conf for...
  17. E

    JDS Labs OL DAC USB with bitperfect on FreeBSD?

    I've looked through these threads: * https://forums.freebsd.org/threads/is-there-any-dac-compatible-with-freebsd.74463/ * https://forums.freebsd.org/threads/oss-sound-quality.69335/ With dev.pcm.2.play.chans=0 and dev.pcm.2.bitperfect=0, playback of 44.1 and 48KHz files has a white noise...
  18. I

    Is there any DAC compatible with FreeBSD?

    I decided to move from Windows 7 to a BSD or Linux OS on desktop and I'll start a home server probably with FreeBSD. I have a few concerns because I have a few USB devices which has drivers / applications only for Windows. One of them is a Suunto Ambit3 sport watch, the other is a Sabaj D3 DAC...
  19. NapoleonWils0n

    Some handy ffmpeg commands

    Hi Heres how to extract the audio from a single video file ffmpeg -i infile.mp4 -vn -c:a copy outfile.m4a batch extract audio from video files find -s . -type f -name "*.mp4" -exec sh -c \ 'ffmpeg -i "${0}" -vn -c:a copy "${0%.*}.m4a"' \ "{}" \;
  20. NapoleonWils0n

    editing audio and video with ffmpeg - scripts and youtube videos

    Hi I have written some shell scripts (bourne shell not bash) for basic video and audio editing tasks with ffmpeg A lot of the open source video editors dont really compare to Final Cut Pro or Davinci Resolve, and can be difficult to get hardware encoding working Thats why i decided to write...
Back
Top