Search

August 18, 2016
General »
...or two sentences, like "Saves output as WAV file. Returns true on success, otherwise false...
July 24, 2016
Genel »
...soundFile)  != 0)
       {
           std::cout << "Problem with input wav file" << std::endl;
           fileSize = 0;
       }

       fileSize = sf...
June 02, 2016
Learn »
...void main()
{
   //etc...

   blop = new AlurePlaySound("../beep.wav");

   //etc...
}

----------------------

module game;

import main;

void collision...
June 02, 2016
Learn »
...string[] argv)
{
    // . . .
    auto blop = new AlurePlaySound("../bleep.wav");
    blop.play();
    // . . .
}

So all is well and...
May 03, 2016
Learn »
...slash0.wav>
A loading sound after: <data/sound/> <slash0> [04368a40] <data/sound/slash0.wav>
B...
April 10, 2016
General »
...would that solve?

In data formats like WAV the sample rate is stored inside.
In...
January 28, 2016
Announce »
...user says "My app needs to read WAV which is RIFF, therefore RIFF should be...
June 28, 2015
Genel »
...YinsFFT.d,example.d.
example.d  bir wav dosyası açıyor o nedenle vaw dosyası açabilecek...
June 25, 2015
Learn »
Hi

I want to read wav files. I thought I can use libsndfile since I...
January 15, 2015
General »
...gl.

midi.d, wav.d - loading, saving, and working with midi and wav files


(Yes...
1 2 3 4 5
Next ›   Last »