can I get out of wine more than 16 bit output?
sound_file -> player -> wine_out, which is 24/32 to linux?
somethink like that, I am audiophile

thank you
Yes, Wine's dsound supports 32-bit IEEE float buffer format.shgd wrote:can I get out of wine more than 16 bit output?
shgd wrote:Yes, Wine's dsound supports 32-bit IEEE float buffer format.can I get out of wine more than 16 bit output?
Probably should, but that's up to program that talks to dsound to ask for specific format.Trevor Bowen wrote:Should that appear in the "Audio" tab on the winecfg form?
Trevor Bowen wrote:Probably should, but that's up to program that talks to dsound to ask for specific format.Should that appear in the "Audio" tab on the winecfg form?
Looks those settings for software HW acceleration when Wine remixes sound. Also you can try changing those settings via registry.
http://wiki.winehq.org/UsefulRegistryKeysTrevor Bowen wrote:Thanks! Where would those registry settings be stored in the tree?
Trevor Bowen wrote:http://wiki.winehq.org/UsefulRegistryKeysThanks! Where would those registry settings be stored in the tree?
The distortion you are hearing are no doubt x-runs, in my mind. theCuriously, the files I record in WINE (using Adobe Audition 3.0) play just
fine using Audacity on the same Linux host. But, playback within WINE is
the problem. Adjusting the buffer size in .asoundrc affects the distortion,
but I've not been able to fix the problem.
Any suggestions? Or, should I file this as a bug for dsound in wine?
Hi Trevor,
The distortion you are hearing are no doubt x-runs, in my mind. theCuriously, the files I record in WINE (using Adobe Audition 3.0) play just
fine using Audacity on the same Linux host. But, playback within WINE is
the problem. Adjusting the buffer size in .asoundrc affects the distortion,
but I've not been able to fix the problem.
Any suggestions? Or, should I file this as a bug for dsound in wine?
audio isn't getting to the system outputs (soundcard), from your app
fast enough. Your options are to either give it a bigger buffer/frames
size (which it looks like you have already done?)...
...or i would suggest not using the "directsound" driver, but instead
using wineASIO/jack.
however, i have never tested Adobe audition under linux or with
WineASIO, for that matter. (i haven't used it since it was Cooledit
pro, a long time ago). Obviously though, if you end up thinking about
running wineASIO, you will need to setup Jack-audio-connection-kit and
also have either a rt-kernel or a low-latency kernel.
I don't think the Directsound in Wine, is going to be good enough for
using a DAW like Adobe Audition, especially if you plan on using 96000
sample rate, and possibly live-effects or multi-tracking, to some
degree??? that just seems very unlikely to work well.
I use lots of windows pro-audio apps in wine, all of which i use with Jack.
My tascam Us-122L (usb2.0) soundcard supports 96000 ~ it works very
well with my Wine/audio apps. But, i also run an optimized RT-like
kernel. If i didn't, i would probably run into xruns / distortion and
other unwanted audio glitches.
that's my 2 cents
jordan
No problem. Jack provides the framework for performance that youI tried using JACK, and I had no problem playing back a 96 kHz / 32-bit wav
file that I recorded previously. Everything was much more responsive in
Adobe Audition. Thanks for the suggestion!
Not sure. What is your soundcard? Can you record audio files withThe only problem that cropped up was that the JACK inputs were missing. No
devices were available for recording!
I wonder if something is wrong with my .asoundrc file for JACK? Do you see
anything wrong with my .asoundrc file that I posted previously?
Yes, I am using Jack/ALSA. I'll put something together, but email itI assume you are using JACK with ALSA? Do you mind sharing your system and
user .asoundrc files? What is the command-line invocation you are using to
begin JACK?
I assume you know about Gentoo's Pro-audio Overlay??? ~ google it.Do you have doc or url that describes the kernel mods you have made for
realtime performance? I've made some, but I doubt it's very well tuned.
Here are the urls I used:
http://www.gentoo.org/proj/en/desktop/s ... altime.xml
http://en.gentoo-wiki.com/wiki/JACK
Even though I am experiencing problems with WINE+JACK, I can record inNot sure. What is your soundcard? Can you record audio files with
Linux apps, with ALSA and/or Jack??? (this would indicate that indeed
your .asoundrc is working. when using jack, do you have Qjackctl
installed, or maybe patchage? - these apps will provide a GUI for
jack, and maybe your inputs are available to send to Wine/Audition
3.0...? are you using "full duplex" in both your Wine application
(preferences?) and also Jack?
I recently learned about the Gentoo pro-audio overlay, and I must admit I'mI assume you know about Gentoo's Pro-audio Overlay??? ~ google it.
(because you are using gentoo right?).
anyway, give me a day or so and I will send a few links, and how i
personally go about things. I don't use Gentoo but have, and from
using BSD ~ i am fairly familiar with it. You will basically either
want to compile an RT-kernel, or a very recent Kernel (i currently am
running 2.6.37.3), combined with BFS scheduler ( which can work quite
well, for audio stuff ), and optimize a few other
things, as well.