Hello... Does somebody know how to output sound to audio device? I can play wav file, but I wish to output real time calculated data to sound blaster. like ...
... Hello. Not good. I need continous playing and changing. (Like streaming from internet) For example I need continous sine wave for 2 hours duration and this...
... Hello. Not good. I need continous playing and changing. (Like streaming from internet) For example I need continous sine wave for 2 hours duration and this...
... data to ... from ... this is ... Maybe a fast fix is to download, or make a sinewave WAV file with a fixed frequency and known phase (starting and ending...
... frequencies and time frames you need. Create a midi file and control it with RapidQ's QMIDI. A long tone on a dot mid file would be much smaller than a...
I want to have my own Help forms that have rich text format files. This is easy with loading an .rtf file into the QRichEdit. But if the .rtf file has a bitmap...
=== RapidQ List Guidelines === (Updated April 2, 2006) A. Use English, please. This list is an English list. Please try to use English when communicating on...
johnk20042001 pravi: snip snip -------- ... As I need to calculate sine on demand the preloaded wav files doesn't work. But the QDXSound have good property to...
... Why not use an OleContainer with a browser object rather than a RichEdit. HTML is much easier to handle than RTF. If you really like/already have RTF, you...
... If you feel up to a challenge... here's some PB code that will need porting. http://www.hellobasic.com/download/richcom.zip There's an .exe included and it...
... &H40, 41, 43, 43 IIRC http://fly.cc.fer.hr/GDM/articles/sndmus/speaker1.html (I did not fully read it) but as said by someone else here it will not work...
... and ... on ... You might look into how to create WAV files on the fly (disk I/O is very fast) and DXSound has the Update command. Also check the QWAVE ...
... Yes I give up on DirectX. It's to complicated for me. The best is doing with that code ;-------------- RQ file $include "rapidq.inc" Declare Function...
... (lpszName ... If that code does not work (with multiple memorystreams = multiple frequencies, it seems your requirements for NO glitches is too tough for...
Trying to build objects that could be passed by reference, i resort on bottom level programming. So, i tried to build little objects to investigate some ways...
msca53 <msca53@...> @ 2008-10-03 03:16 PM "[rapidq] Still loving rapidQ" <gc5ui7+klrk@eGroups.com> ... RapidQ is no longer under active development by...
... I'm not sure sure but... will the following code do what you wanted? Be aware of possible line-wrapping. Be aware of probable unwanted space(s). 'Start Of...
... Hello... Well I'm little update the code. For now works as should be. For now I generate just one variable frequency to test it. This code actualy work. ...
... Hello... Well I'm little update the code. For now works as should be. For now I generate just one variable frequency to test it. This code actualy work. ...
... Interesting code. You need a feed back from the Soundcard : there is a RapidQ component named QWAVE, it can return the playing position (easy, I have an...
... Hello.. DoEvents is included in line after the DO statment. (isn't missing) I have tested QWave but isn't useful. I can't get runing from memorystream. So...