August 18, 2016 General » Re: [OT] of [OT] I am a developer and I hate documentation | |||
|---|---|---|---|
| |||
...or two sentences, like "Saves output as WAV file. Returns true on success, otherwise false... | |||
July 24, 2016 Genel » D aralıkları C++'a eklenecek | |||
|---|---|---|---|
| |||
...soundFile) != 0)
{
std::cout << "Problem with input wav file" << std::endl;
fileSize = 0;
}
fileSize = sf... | |||
June 02, 2016 Learn » Re: Quite sure a simple basic problem... | |||
|---|---|---|---|
| |||
...void main()
{
//etc...
blop = new AlurePlaySound("../beep.wav");
//etc...
}
----------------------
module game;
import main;
void collision... | |||
June 02, 2016 Learn » Quite sure a simple basic problem... | |||
|---|---|---|---|
| |||
...string[] argv)
{
// . . .
auto blop = new AlurePlaySound("../bleep.wav");
blop.play();
// . . .
}
So all is well and... | |||
May 03, 2016 Learn » Strange stack variable corruption error after calling extern(C) function | |||
|---|---|---|---|
| |||
...slash0.wav> A loading sound after: <data/sound/> <slash0> [04368a40] <data/sound/slash0.wav> B... | |||
April 10, 2016 General » Re: Sample Rate | |||
|---|---|---|---|
| |||
...would that solve? In data formats like WAV the sample rate is stored inside. In... | |||
January 28, 2016 Announce » Re: Vision for the first semester of 2016 | |||
|---|---|---|---|
| |||
...user says "My app needs to read WAV which is RIFF, therefore RIFF should be... | |||
June 28, 2015 Genel » Ses için temel frekansı bulma YINS-FFT-DLANG | |||
|---|---|---|---|
| |||
...YinsFFT.d,example.d. example.d bir wav dosyası açıyor o nedenle vaw dosyası açabilecek... | |||
June 25, 2015 Learn » Using C library libsndfile with D | |||
|---|---|---|---|
| |||
Hi I want to read wav files. I thought I can use libsndfile since I... | |||
January 15, 2015 General » Re: What is the D plan's to become a used language? | |||
|---|---|---|---|
| |||
...gl. midi.d, wav.d - loading, saving, and working with midi and wav files (Yes... | |||
Copyright © 1999-2021 by the D Language Foundation