<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"> If you use <b>gb.sdl2.audio</b> I
have had no problems playing .wav files. Have a look at my program
on the Gambas Farm '<b>Piano</b>' that uses .wav files for each
note. All you need is: -<br>
<br>
Music.load(User.Home &/ "my.wav")<br>
Music.Play<br>
<br>
<br>
<br>
On 28/05/2019 15:18, Cedron Dawg wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1802078706.47590975.1559053129867.JavaMail.zimbra@exede.net">
<pre class="moz-quote-pre" wrap="">I don't know how I missed those. Thanks. Hopefully they will do what I want.
The Italian Wiki had some really nice examples. A definite resource.
----- Original Message -----
From: "Fabien Bodard" <a class="moz-txt-link-rfc2396E" href="mailto:gambas.fr@gmail.com"><gambas.fr@gmail.com></a>
To: "user" <a class="moz-txt-link-rfc2396E" href="mailto:user@lists.gambas-basic.org"><user@lists.gambas-basic.org></a>
Sent: Tuesday, May 28, 2019 6:02:41 AM
Subject: Re: [Gambas-user] Playing .wav files
The Italian Wiki is amazing !!!
Le mar. 28 mai 2019 à 11:46, Gianluigi < [ <a class="moz-txt-link-freetext" href="mailto:bagonergi@gmail.com">mailto:bagonergi@gmail.com</a> | <a class="moz-txt-link-abbreviated" href="mailto:bagonergi@gmail.com">bagonergi@gmail.com</a> ] > a écrit :
In the Italian wiki you can read something about it:
[ <a class="moz-txt-link-freetext" href="https://www.gambas-it.org/wiki/index.php?title=Guide_della_comunit%C3%A0#Gestione_dei_dati_audio_e_dei_file_audio">https://www.gambas-it.org/wiki/index.php?title=Guide_della_comunit%C3%A0#Gestione_dei_dati_audio_e_dei_file_audio</a> | <a class="moz-txt-link-freetext" href="https://www.gambas-it.org/wiki/index.php?title=Guide_della_comunit%C3%A0#Gestione_dei_dati_audio_e_dei_file_audio">https://www.gambas-it.org/wiki/index.php?title=Guide_della_comunit%C3%A0#Gestione_dei_dati_audio_e_dei_file_audio</a> ]
Regards
Gianluigi
Il giorno mar 28 mag 2019 alle ore 09:22 Fabien Bodard < [ <a class="moz-txt-link-freetext" href="mailto:gambas.fr@gmail.com">mailto:gambas.fr@gmail.com</a> | <a class="moz-txt-link-abbreviated" href="mailto:gambas.fr@gmail.com">gambas.fr@gmail.com</a> ] > ha scritto:
BQ_BEGIN
Gambas also have lis for openal and gstreamer
Le mar. 28 mai 2019 03:10, Cedron Dawg < [ <a class="moz-txt-link-freetext" href="mailto:cedron@exede.net">mailto:cedron@exede.net</a> | <a class="moz-txt-link-abbreviated" href="mailto:cedron@exede.net">cedron@exede.net</a> ] > a écrit :
BQ_BEGIN
I tried the Music class from gb.sdl2.audio without success.
Said sumptin' 'bout "not support MOD .... not support MP3"
Okay. So is there another way?
----[ Gambas mailing-list is hosted by <a class="moz-txt-link-freetext" href="https://www.hostsharing.net">https://www.hostsharing.net</a> ]----
</pre>
</blockquote>
<br>
</body>
</html>