[Qt-interest] Signal Generator Software Audio Enable

Srdjan Todorovic todorovic.s at googlemail.com
Mon Nov 2 11:50:33 CET 2009


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



More information about the Qt-interest-old mailing list