Search found 7 matches
- 2017/12/08 03:43:49
- Forum: CentOS 7 - Software Support
- Topic: Unable to download ISO files
- Replies: 3
- Views: 665
Re: Unable to download ISO files
I used to mirror it first to Google Drive using URL upload service like https://savetodrive.net/ and then Download from my Google Drive. Faster than original links when accessed from my ISP. No RTO anymore.
- 2017/11/08 00:39:53
- Forum: CentOS 7 - Software Support
- Topic: jackd Modules for Pulseaudio
- Replies: 3
- Views: 2212
Re: jackd Modules for Pulseaudio
The quick hack is rebuild the source by editing pulseaudio.spec . Move `enable_jack` outside the conditional. %if 0%{?fedora} %global enable_lirc 1 %global enable_jack 1 %endif becomes: %if 0%{?fedora} %global enable_lirc 1 %endif %global enable_jack 1 BTW. I have pulseaudio-module-jack for the curr...
- 2017/09/30 02:22:35
- Forum: CentOS 7 - Software Support
- Topic: [Tips] Simple and Robust Audio Configuration Using JACK
- Replies: 0
- Views: 2686
[Tips] Simple and Robust Audio Configuration Using JACK
I like playing piano using computer keyboard. When pressing a button on the keyboard, I want the sound out of the speakers "instantly". That's why I need JACK (JACK Audio Connection Kit). A sound server with low-latency features. When JACK is on, the sound must go through JACK. But not all applicati...
- 2017/09/22 03:49:58
- Forum: CentOS 7 - Software Support
- Topic: Centos 7 + FF 52.3.0 ESR + Flash 27 + Codec
- Replies: 17
- Views: 2902
Re: Centos 7 + FF 52.3.0 ESR + Flash 27 + Codec
For me, Standar video player (Totem?) in fresh CentOS 7 won't play until I install "gstreamer1-libav"
- 2017/09/04 02:10:29
- Forum: CentOS 7 - Software Support
- Topic: HOWTO build wine 32bit on CentOS 7
- Replies: 18
- Views: 38623
Re: HOWTO build wine 32bit on CentOS 7
openal-soft.i686 is available here: https://buildlogs.centos.org/c7-epel/op ... .el7.i686/
nss-mdns.i686: @nux-dextop repo
nss-mdns.i686: @nux-dextop repo
- 2017/09/03 23:40:07
- Forum: CentOS 7 - Software Support
- Topic: jackd Modules for Pulseaudio
- Replies: 3
- Views: 2212
Re: jackd Modules for Pulseaudio
Solved! I manually downloaded this package: https://archive.fedoraproject.org/pub/fedora/linux/releases/22/Everything/x86_64/os/Packages/p/pulseaudio-module-jack-6.0-2.fc22.x86_64.rpm and extract the *.so files to /usr/lib64/pulse-6.0/modules/ Then edit /etc/pulse/default.pa load-module module-jack-...
- 2017/09/03 00:03:38
- Forum: CentOS 7 - Software Support
- Topic: jackd Modules for Pulseaudio
- Replies: 3
- Views: 2212
jackd Modules for Pulseaudio
Hello, I can't find pulseaudio-module-jack (module-jack-sink and module-jack-source) for Pulseaudio available in the repo (CentOS 7.3.1611). I know that audacious-plugins-jack and vlc-plugin-jack are available, but I want other player that doesn't have jackd support will no silent when jackd is acti...