[Qt-interest] Signal Generator Software Audio Enable
kurt.korbatits at nokia.com
kurt.korbatits at nokia.com
Mon Nov 2 22:37:19 CET 2009
If you are using 4.6 then take a look at the audiooutput example.
It creates a sine wave to test audio output.
Kurt Korbatits
Software Engineer
Nokia - Qt Development Frameworks
-----Original Message-----
From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of ext Srdjan Todorovic
Sent: Monday, November 02, 2009 8:51 PM
To: qt-interest at trolltech.com
Subject: Re: [Qt-interest] Signal Generator Software Audio Enable
Hi,
On 01/11/2009, Sujan Dasmahapatra <sujan.dasmahapatra at gmail.com> wrote:
> Hi
> Thank for the help. Yes I think that is the kind of signal gen I want
> to built or want to do some customization on an open source software.
> Is it possible to built that kind of sig-gen using Qt where sound
> should be enabled.
I can't imagine a situation where you couldn't make a Qt-based sound signal generator.
You would setup your samples, and then use platform-specific calls to the audio framework of your machine.
I seem to remember reading something about QSound being rubbish, so you might have to use ALSA/OSS/DirectSound (or whatever) to actually transfer the audio samples to the sound driver and to the device.
Srdjan
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list