Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread joao morgado
De: "christopher.l...@thurweb.ch" Para: Mariano Boragno Cc: joao morgado ; "devel@lists.sailfishos.org" Enviadas: Domingo, 16 de Junho de 2013 18:24 Assunto: Re: [SailfishDevel] Playing a wav in Sailfish Ciao Mariano The key bit is the user nemo. I was tryin

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread christopher . lamb
round a bit to select the correct sound card. Solved :) Thanks again João __**__ De: Mariano Boragno Para: joao morgado ; " christopher.l...@thurweb.ch" Cc: "devel@lists.sailfishos.org" Enviadas: Domingo, 16 de Junho de 2013 12:59 Assunto: Re:

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread Mariano Boragno
gt;> >> >> >> __________**__ >> De: Mariano Boragno >> Para: joao morgado ; " >> christopher.l...@thurweb.ch" >> Cc: "devel@lists.sailfishos.org" >> Enviadas: Domingo, 16 de Junho de 2013 12:59 >> Assu

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread christopher . lamb
my code. Regards João  De: "christopher.l...@thurweb.ch" Para: joao morgado Cc: "devel@lists.sailfishos.org" Enviadas: Sexta-feira, 14 de Junho de 2013 7:49 Assunto: Re: [SailfishDevel] Playing a wav in Sailfish Hi João I have just made

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread joao morgado
ailfishos.org" Enviadas: Domingo, 16 de Junho de 2013 12:59 Assunto: Re: [SailfishDevel] Playing a wav in Sailfish I just wanted to add that I had no sound either at Windows. After connecting to the emulator through ssh I just used alsamix to adjust the volume (had to select the soun

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread Mariano Boragno
, I can sucessfully test the > connections with the emulator. > > At least I know that it's not a problem with my code. > > Regards > João > > > > > __**__ > De: "christopher.l...@thurweb.ch" > Para: joao morgado > C

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread christopher . lamb
Cc: "devel@lists.sailfishos.org" Enviadas: Sexta-feira, 14 de Junho de 2013 7:49 Assunto: Re: [SailfishDevel] Playing a wav in Sailfish Hi João I have just made a little demo project, importing QtMultimediaKit 1.1,  and a SoundEffect Component. I added a Button component to the Column to

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread joao morgado
.@thurweb.ch" Para: joao morgado Cc: "devel@lists.sailfishos.org" Enviadas: Sexta-feira, 14 de Junho de 2013 7:49 Assunto: Re: [SailfishDevel] Playing a wav in Sailfish Hi João I have just made a little demo project, importing QtMultimediaKit 1.1,  and a SoundEffect Component. I

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-13 Thread christopher . lamb
Hi João I have just made a little demo project, importing QtMultimediaKit 1.1, and a SoundEffect Component. I added a Button component to the Column to play the sound when clicked. My Demo works, I get a swish sound when the button is clicked. You will find the code of my FirstPage at the b