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...
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...
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...
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...
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?
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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"' \
"{}" \;
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.