kometbomb / klystron

34 stars 7 forks source link

Add support for Jack Audio #14

Closed ycollet closed 6 years ago

ycollet commented 6 years ago

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

kometbomb commented 6 years ago

Could you check if this works?

export SDL_AUDIODRIVER=jack

https://discourse.libsdl.org/t/sdl-now-with-jack-support/22607

ma 24. syysk. 2018 klo 12.08 ycollet (notifications@github.com) kirjoitti:

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6RraaWDfn6eWAPYqQvN-LLXAuZeRks5ueKD0gaJpZM4W2Sep .

ycollet commented 6 years ago

Thanks, I will try this ASAP.

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" author@noreply.github.com Envoyé: Lundi 24 Septembre 2018 12:02:39 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

Could you check if this works?

export SDL_AUDIODRIVER=jack

https://discourse.libsdl.org/t/sdl-now-with-jack-support/22607

ma 24. syysk. 2018 klo 12.08 ycollet (notifications@github.com) kirjoitti:

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6RraaWDfn6eWAPYqQvN-LLXAuZeRks5ueKD0gaJpZM4W2Sep .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

ycollet commented 6 years ago

It works.

I will try to find if it's possible to build a klystrack executable with jack set by default now.

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" author@noreply.github.com Envoyé: Lundi 24 Septembre 2018 12:02:39 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

Could you check if this works?

export SDL_AUDIODRIVER=jack

https://discourse.libsdl.org/t/sdl-now-with-jack-support/22607

ma 24. syysk. 2018 klo 12.08 ycollet (notifications@github.com) kirjoitti:

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6RraaWDfn6eWAPYqQvN-LLXAuZeRks5ueKD0gaJpZM4W2Sep .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

kometbomb commented 6 years ago

You could simply start it with a script that sets the environment variable:

Contents of klystrack-jack.sh:

SDL_AUDIODRIVER=jack klystrack

ma 24. syysk. 2018 klo 13.57 ycollet (notifications@github.com) kirjoitti:

It works.

I will try to find if it's possible to build a klystrack executable with jack set by default now.

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" < author@noreply.github.com> Envoyé: Lundi 24 Septembre 2018 12:02:39 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

Could you check if this works?

export SDL_AUDIODRIVER=jack

https://discourse.libsdl.org/t/sdl-now-with-jack-support/22607

ma 24. syysk. 2018 klo 12.08 ycollet (notifications@github.com) kirjoitti:

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14, or mute the thread < https://github.com/notifications/unsubscribe-auth/ABCK6RraaWDfn6eWAPYqQvN-LLXAuZeRks5ueKD0gaJpZM4W2Sep>

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14#issuecomment-423938142, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6aS0Titks542l8ia1SNTs3R_7Zv_ks5ueLqygaJpZM4W2Sep .

ycollet commented 6 years ago

Yes, yes, this is a solution. I have made a rpm package of klystrack for Fedora. Have a look here: https://copr.fedorainfracloud.org/coprs/ycollet/linuxmao/

I will install an executable script: klystrack-jack which is a bash script with this variable set. This is a very simple solution ...

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" author@noreply.github.com Envoyé: Lundi 24 Septembre 2018 13:09:26 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

You could simply start it with a script that sets the environment variable:

Contents of klystrack-jack.sh:

SDL_AUDIODRIVER=jack klystrack

ma 24. syysk. 2018 klo 13.57 ycollet (notifications@github.com) kirjoitti:

It works.

I will try to find if it's possible to build a klystrack executable with jack set by default now.

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" < author@noreply.github.com> Envoyé: Lundi 24 Septembre 2018 12:02:39 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

Could you check if this works?

export SDL_AUDIODRIVER=jack

https://discourse.libsdl.org/t/sdl-now-with-jack-support/22607

ma 24. syysk. 2018 klo 12.08 ycollet (notifications@github.com) kirjoitti:

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14, or mute the thread < https://github.com/notifications/unsubscribe-auth/ABCK6RraaWDfn6eWAPYqQvN-LLXAuZeRks5ueKD0gaJpZM4W2Sep>

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14#issuecomment-423938142, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6aS0Titks542l8ia1SNTs3R_7Zv_ks5ueLqygaJpZM4W2Sep .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

ycollet commented 6 years ago

Maybe you can add this hack for jack in the README file ?

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" author@noreply.github.com Envoyé: Lundi 24 Septembre 2018 13:09:26 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

You could simply start it with a script that sets the environment variable:

Contents of klystrack-jack.sh:

SDL_AUDIODRIVER=jack klystrack

ma 24. syysk. 2018 klo 13.57 ycollet (notifications@github.com) kirjoitti:

It works.

I will try to find if it's possible to build a klystrack executable with jack set by default now.

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" < author@noreply.github.com> Envoyé: Lundi 24 Septembre 2018 12:02:39 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

Could you check if this works?

export SDL_AUDIODRIVER=jack

https://discourse.libsdl.org/t/sdl-now-with-jack-support/22607

ma 24. syysk. 2018 klo 12.08 ycollet (notifications@github.com) kirjoitti:

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14, or mute the thread < https://github.com/notifications/unsubscribe-auth/ABCK6RraaWDfn6eWAPYqQvN-LLXAuZeRks5ueKD0gaJpZM4W2Sep>

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14#issuecomment-423938142, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6aS0Titks542l8ia1SNTs3R_7Zv_ks5ueLqygaJpZM4W2Sep .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

kometbomb commented 6 years ago

Yeah, definitely should. I guess it should also come with a script that does just that.

ma 24. syysk. 2018 klo 14.25 ycollet (notifications@github.com) kirjoitti:

Maybe you can add this hack for jack in the README file ?

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" < author@noreply.github.com> Envoyé: Lundi 24 Septembre 2018 13:09:26 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

You could simply start it with a script that sets the environment variable:

Contents of klystrack-jack.sh:

SDL_AUDIODRIVER=jack klystrack

ma 24. syysk. 2018 klo 13.57 ycollet (notifications@github.com) kirjoitti:

It works.

I will try to find if it's possible to build a klystrack executable with jack set by default now.

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" < author@noreply.github.com> Envoyé: Lundi 24 Septembre 2018 12:02:39 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

Could you check if this works?

export SDL_AUDIODRIVER=jack

https://discourse.libsdl.org/t/sdl-now-with-jack-support/22607

ma 24. syysk. 2018 klo 12.08 ycollet (notifications@github.com) kirjoitti:

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14, or mute the thread <

https://github.com/notifications/unsubscribe-auth/ABCK6RraaWDfn6eWAPYqQvN-LLXAuZeRks5ueKD0gaJpZM4W2Sep>

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14#issuecomment-423938142,

or mute the thread < https://github.com/notifications/unsubscribe-auth/ABCK6aS0Titks542l8ia1SNTs3R_7Zv_ks5ueLqygaJpZM4W2Sep>

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14#issuecomment-423943599, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6SbeucTU6bBk7WjGRYrRQcVuMGm6ks5ueMEmgaJpZM4W2Sep .

ycollet commented 6 years ago

OK, fine. Maybe it's time now to ... close the bug report ... Sniff ... :)

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" author@noreply.github.com Envoyé: Lundi 24 Septembre 2018 15:52:25 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

Yeah, definitely should. I guess it should also come with a script that does just that.

ma 24. syysk. 2018 klo 14.25 ycollet (notifications@github.com) kirjoitti:

Maybe you can add this hack for jack in the README file ?

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" < author@noreply.github.com> Envoyé: Lundi 24 Septembre 2018 13:09:26 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

You could simply start it with a script that sets the environment variable:

Contents of klystrack-jack.sh:

SDL_AUDIODRIVER=jack klystrack

ma 24. syysk. 2018 klo 13.57 ycollet (notifications@github.com) kirjoitti:

It works.

I will try to find if it's possible to build a klystrack executable with jack set by default now.

----- Mail original ----- De: "Tero Lindeman" notifications@github.com À: "kometbomb/klystron" klystron@noreply.github.com Cc: "ycollet" ycollette.nospam@free.fr, "Author" < author@noreply.github.com> Envoyé: Lundi 24 Septembre 2018 12:02:39 Objet: Re: [kometbomb/klystron] Add support for Jack Audio (#14)

Could you check if this works?

export SDL_AUDIODRIVER=jack

https://discourse.libsdl.org/t/sdl-now-with-jack-support/22607

ma 24. syysk. 2018 klo 12.08 ycollet (notifications@github.com) kirjoitti:

Hello,

Currently, klystrack work on Alsa. It should be nice to be able to have a version of klystrack which works with Jack.

Best regards,

YC

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14, or mute the thread <

https://github.com/notifications/unsubscribe-auth/ABCK6RraaWDfn6eWAPYqQvN-LLXAuZeRks5ueKD0gaJpZM4W2Sep>

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14#issuecomment-423938142,

or mute the thread < https://github.com/notifications/unsubscribe-auth/ABCK6aS0Titks542l8ia1SNTs3R_7Zv_ks5ueLqygaJpZM4W2Sep>

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystron/issues/14#issuecomment-423943599, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6SbeucTU6bBk7WjGRYrRQcVuMGm6ks5ueMEmgaJpZM4W2Sep .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .