~caliuf

Recent activity

Re: Support for Loopback Device in Palace 3 years ago

From Francesco Caliumi to ~cnx/palace

Thanks a lot Phong, and great news for the interview, good luck!


On Mon, Aug 30, 2021 at 12:03 PM Nguyễn Gia Phong <mcsinyx@disroot.org> wrote:
>
> > cc -std=c99 main.c -lopenal -lsndfile
>
> I forgot to link math here, the right command should have been
>
>     cc -std=c99 main.c -lm -lopenal -lsndfile

Re: Support for Loopback Device in Palace 3 years ago

From Francesco Caliumi to ~cnx/palace

Thanks Phong, I cannot tell if I could work on it now (my time for
this has shrunk again), but for you it's quick and easy, the sample C
program could be a useful future reference.

Note: I offered a symbolic bounty with no intention to allude that
anyone involved would need it, it was just a less unpolite way to ask
for a feature than a "hey, why don't you just spend your spare time
for me and for a priceless 'thank you'" :D

BTW kudos for your GSoC'20 and good luck for having a funded scholarship!

Re: Support for Loopback Device in Palace 3 years ago

From Francesco Caliumi to ~cnx/palace

Thanks for answering! My replies below

On Fri, Aug 20, 2021 at 6:07 PM Nguyễn Gia Phong <mcsinyx@disroot.org> wrote:

> If you decide to put up a bounty, I would like to match $4.20.
> It's not much, but I thought it'd be fun if it helps getting
> some attention on the project.

Not sure about that figure meaning, but I'm surely ok with it XD

If you are willing to pick it up, just let me know what's your fav
collecting channel

> BTW I've just started working on a Zig binding for OpenAL [0].

Re: Support for Loopback Device in Palace 3 years ago

From Francesco Caliumi to ~cnx/palace

Hi Nguyễn, sorry, I've missed your reply.

I fear it will require me a lot of time to figure out how to do
this... Could anyone be interested in a bounty for successfully
implementing this feature?

I was thinking about 50$ on e.g. bountysource[dot]com or similar

Let me know if someone is interested :-)

P.S. sorry if this arrived multiple times, html got rejected from mailing list

Support for Loopback Device in Palace 3 years ago

From Francesco Caliumi to ~cnx/palace

Hi everyone!

I asked this question on OpenAL Soft project:
https://github.com/kcat/openal-soft/issues/496

With kcat answer at hand, I tried to take a look at Palace code,
but I'm unfamiliar with both C++ and OpenAL + Alure, and I didn't
find out if it's implemented and, if not, how to implement it.

Since I can't grep away any code keyword, I speculate it's not implemented.

Can you give me some advice on where to look and how can I add this feature?
It can be a good opportunity to finally get my feet wet with Palace.