Search found 272 matches
- Thu Mar 24, 2016 8:46 pm
- Forum: General Discussion
- Topic: New irc channel for OSS on irc.freenode.net
- Replies: 0
- Views: 24667
New irc channel for OSS on irc.freenode.net
/join #opensound to talk about oss, join development or share your ideas about zero latency and high quality production audio.
- Thu Mar 24, 2016 8:21 pm
- Forum: Linux
- Topic: Why Production quality was disabled in OSS4
- Replies: 5
- Views: 25694
Re: Why Production quality was disabled in OSS4
Can you substantiate why you think that PA can have connections to microsoft?
- Thu Mar 24, 2016 7:56 pm
- Forum: Linux
- Topic: Why Production quality was disabled in OSS4
- Replies: 5
- Views: 25694
Re: Why Production quality was disabled in OSS4
Can you substantiate why you think that PA can have connections to microsoft?
- Thu Mar 24, 2016 7:49 pm
- Forum: Linux
- Topic: Tricks of OSS installation to gentoo and funtoo
- Replies: 3
- Views: 40057
Re: Tricks of OSS installation to gentoo and funtoo
More detailed manual for oss+alsa is here _http://opensound.com/forum/viewtopic.php?f=3&t=5801&p=21377&hilit=funtoo&sid=8b961de14a349a8f88d416833540e03f#p21377
- Thu Mar 24, 2016 7:20 pm
- Forum: Linux
- Topic: OSS + winehq
- Replies: 1
- Views: 18894
OSS + winehq
About installing how to: http://opensound.com/forum/viewtopic.php?f=3&t=5801&p=21377&hilit=funtoo&sid=8b961de14a349a8f88d416833540e03f#p21377 1. If you start winecfg and you don't see OSS driver in audio tab, it means that during compiling wine your operating system did not see OSS a...
- Wed Jan 20, 2016 6:18 pm
- Forum: Linux
- Topic: [HowTo] Hacking dependencies with DEBIAN/control
- Replies: 3
- Views: 17208
Re: [HowTo] Hacking dependencies with DEBIAN/control
If your theory of direct correlation of non-deafness and cleverness is right it means that alsa developers are less deaf than oss developers since they seem to be more clever because their driver is still being developed, not to additionally mention that they develop a lot of other software for linu...
- Sat Jan 16, 2016 5:56 pm
- Forum: Open Discussion
- Topic: What's your sound card?
- Replies: 15
- Views: 175366
Re: What's your sound card?
esi juli@, audigy2zs platinum
- Sat Jan 16, 2016 5:54 pm
- Forum: Open Discussion
- Topic: Audio player with jackd output module
- Replies: 0
- Views: 29699
Audio player with jackd output module
Which players can output to jackd besides audacious?
- Sat Jan 16, 2016 11:21 am
- Forum: Linux
- Topic: Why OSS sound quality is superior vs ALSA
- Replies: 40
- Views: 119392
Re: Why OSS sound quality is superior vs ALSA
2 more files
Instead of /usr/lib/x86_64-linux-gnu/jack/ i have /usr/lib/jack/ for 32bit libs
Instead of /usr/lib/x86_64-linux-gnu/jack/ i have /usr/lib/jack/ for 32bit libs
- Sat Jan 16, 2016 11:16 am
- Forum: Linux
- Topic: Why OSS sound quality is superior vs ALSA
- Replies: 40
- Views: 119392
Re: Why OSS sound quality is superior vs ALSA
I don't have several of the files mentioned by you because i was not compiling for example net support, libsamplerate, ffado into jackd2. Also DON'T look for jackdbus support in my build. The thing is that i compiled it as --CLASSIC . That's why you can use the command jackd, otherwise if you compil...
- Fri Jan 15, 2016 9:22 pm
- Forum: Linux
- Topic: Why OSS sound quality is superior vs ALSA
- Replies: 40
- Views: 119392
Re: Why OSS sound quality is superior vs ALSA
So if you want to use my jackd2 which supports OSS driver, do the following: 1. Uninstall jack-audio-connection-kit-1 if you have it installed 2. Install my versions of libs that i used to compile jackd2 with oss support (i think higher versions or little lower versions may also work. You are welcom...
- Fri Jan 15, 2016 5:09 pm
- Forum: Linux
- Topic: Why OSS sound quality is superior vs ALSA
- Replies: 40
- Views: 119392
Re: Why OSS sound quality is superior vs ALSA
Well this job to build a binary with static build is too complex. First of all because not all libs needed for jackd2 have static-libs use flag, for example alsa-lib. I could build all other libs as with static-libs according to ebuild. Ebuild shows these ones: CDEPEND="media-libs/libsamplerate...
- Wed Jan 13, 2016 9:24 pm
- Forum: Linux
- Topic: OSS Driver Patch for Jackd2 on Ubuntu?
- Replies: 27
- Views: 85973
Re: OSS Driver Patch for Jackd2 on Ubuntu?
The new way to install jackd2 on gent0u is as follows: layman -a proaudio emerge --sync In a text editor make changes. leafpad /var/lib/layman/proaudio/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-1.9.10.ebuild Change src_prepare() { default multilib_copy_sources } by src_prepare(...
- Wed Jan 13, 2016 4:03 pm
- Forum: Linux
- Topic: OSS Driver Patch for Jackd2 on Ubuntu?
- Replies: 27
- Views: 85973
Re: OSS Driver Patch for Jackd2 on Ubuntu?
If you get Segmentation fault error at starting jackd1 it sometimes means that -C or -P options are set incorrectly within jackd starting command. For example, i get such an error with -C/dev/null . Perhaps you may have the same error with jackd2. Try to change the launching command before uninstall...
- Wed Jan 13, 2016 2:58 pm
- Forum: Linux
- Topic: Why OSS sound quality is superior vs ALSA
- Replies: 40
- Views: 119392
Re: Why OSS sound quality is superior vs ALSA
Maybe we need to organize a spiritism session to ask Elena Blavatskaya to give that knowledge :) Or Jakob Blumkin :) I don't think that it's possible to make a static build of jackd in an easy way because the flag USE="static-libs" is missing on gen2. And that guru is kind of learning prog...