January 09, 2018 Learn » Is there a way to get this associative array initialization to work? | |||
|---|---|---|---|
| |||
...file : "scratch.wav", musicOrSfx : SOUND_EFFECT, ptr : null },
"BACKGROUND_TRACK" : { file : "beat.wav", musicOrSfx : MUSIC... | |||
August 26, 2017 Learn » pipeProcess not returning immediately | |||
|---|---|---|---|
| |||
...args[0], (AliasSeq!args)[1..$]], Redirect.stdout);
}
call it like
ExecuteCommand("ffplay.exe", "test.wav");
| |||
August 22, 2017 Learn » GStreamer issues. | |||
|---|---|---|---|
| |||
...parser = ElementFactory.make("wavparse", "wav-parser");
decoder = ElementFactory.make("audioconvert", "wav-decoder");
which, is all... | |||
August 07, 2017 Genel » Çalışma Zamanı Kod Üretmek | |||
|---|---|---|---|
| |||
...insertSound ( radius, angle, "D:\\speakerWavs\\testAndValidation\\f1rsenum.wav", "Source"); noiceAng = angle + angleOffSet; if ( noiceAng <= -90... | |||
July 05, 2017 Learn » Re: Need simple sound | |||
|---|---|---|---|
| |||
...1
PaStream* stream;
Sound input = decodeWAV("FILE.wav");
auto audio = Audio(input....);
Pa_Initialize();
Pa... | |||
July 05, 2017 Learn » Re: Need simple sound | |||
|---|---|---|---|
| |||
...PaError err;
Sound input = decodeWAV("my_wav_file.wav");
string answer;
auto audio = Audio(input... | |||
June 02, 2017 Learn » Re: D scripting in D | |||
|---|---|---|---|
| |||
...do instead of 1. change test12.wav to test123.wav 2. save file 3. recompile... | |||
October 31, 2016 Learn » Re: Newbie: can't manage some types... | |||
|---|---|---|---|
| |||
...main() {
PlaySoundW("C:/base/portavox/som/_fon102.wav"w.ptr, null, SND_FILENAME);
}
When trying... | |||
October 31, 2016 Learn » Re: Newbie: can't manage some types... | |||
|---|---|---|---|
| |||
...much, much simpler. Try
PlaySoundW("c:/file.wav"w.ptr, null, SND_FILENAME);
So a... | |||
October 31, 2016 Learn » Newbie: can't manage some types... | |||
|---|---|---|---|
| |||
...char[] f = "C:/base/portavox/som/_fon102.wav".dup; const(wchar)* arq = cast(const(wchar... | |||
Copyright © 1999-2021 by the D Language Foundation