I am converting Fatdog64 903 from ALSA to PulseAudio
because my computer (hp elitedesk 800) has problems with discovering the audio-in port with fatdog64
but not with Operating systems using PulseAudio i.e. EasyOS and BookwormPup
I downloaded and installed--->
https://distro.ibiblio.org/fatdog/sfs/9 ... x86_64.sfs
and installed
I added elogind-243.7-x86_64-1.sfs as well but I don't think that is needed
I used the control panel
System > System SFS Loader
_______________________________________________
Next step
- stop ALSA and start PulseAudio
System > Manage Servers and Services
_____________________________________
I rebooted and then set the sound card using control panel
Sound > Fatdog64 Set Default Sound Card
_________________________________________-
To record I set input volume
Start Menu > Multimedia > PulseAudio Volume Control
set recording volume from Input devices
_____________________________________________
I found that mhwaveedit doesn't record - perhaps gwaveedit will. I will experiment with
https://distro.ibiblio.org/easyos/amd64 ... -64.tar.xz
____________________________________________________
I was able to record with following command...
This recorded low quality mp3
Code: Select all
ffmpeg -f alsa -i hw:0 -ar 11025 -ac 1 -b:a 8k -codec:a libmp3lame -t 15 -y output.mp3
_____________________________________________
I can't record
Code: Select all
ffmpeg -f pulse -i alsa_input.pci-0000_00_1f.3.analog-stereo -channels 2 -y -t 30 out-pulse.wav
Unknown input format: 'pulse
___________________________________________________________