Search found 6 matches
- Wed Oct 06, 2010 1:10 am
- Forum: Linux
- Topic: How to enable "production quality with extra precision"?
- Replies: 122
- Views: 310768
Re: How to enable "production quality with extra precision"?
Many thanks for very interesting information! Is it available as a standalone converter? The "test" suite compile easily as a standalone converter on FreeBSD. Not sure on others. Would you be so kind as to provide some recommendations for testing scenarios, or a kind of "howto"?...
- Tue Oct 05, 2010 3:39 pm
- Forum: Linux
- Topic: How to enable "production quality with extra precision"?
- Replies: 122
- Views: 310768
Re: How to enable "production quality with extra precision"?
I couldn't agree more with hiro ... Disregard all that, I found FreeBSD 8+ resampler better suite for me and my project. It is at least twice, triple or quad better than the current "Production quality" of what OSSv4 can offer, both in term of speed and quality. http://people.freebsd.org/~...
- Tue Oct 05, 2010 1:36 pm
- Forum: Linux
- Topic: How to enable "production quality with extra precision"?
- Replies: 122
- Views: 310768
Re: How to enable "production quality with extra precision"?
What is this "Sergey Petrov experimental SRC" thing I keep seeing?
I'm sensing placebo effect, not sure...
I'm sensing placebo effect, not sure...
- Mon Feb 04, 2008 3:56 am
- Forum: BSD
- Topic: Question: Dynamic vmix under FreeBSD?
- Replies: 5
- Views: 24539
- Tue Jul 03, 2007 12:51 pm
- Forum: BSD
- Topic: No direct /dev/dsp mixing?
- Replies: 6
- Views: 27907
We tried to use the clone() service but it was not suitable for OSS for several reasons: - The clone entry point doesn't give the open mode (O_RDONLY, O_WRONLY or O_RDWR). OSS uses the access mode to select a device that supports this mode. The stock FreeBSD driver assumes O_RDWR which will not wor...
- Thu Jun 28, 2007 4:27 pm
- Forum: BSD
- Topic: No direct /dev/dsp mixing?
- Replies: 6
- Views: 27907
Hi Jamie, Basically FreeBSD's vchans support is something similar to what we would like to achieve but vchans will basically not work in our implementation because vchans assumes that the device that is being cloned is a playback ONLY device and so it doesn't care about the OPEN flags - in OSS we c...