elliottwilliams / mumbletune

A Mumble VOIP bot that plays Spotify.
MIT License
21 stars 7 forks source link

no libcelt-dev in wheezy #10

Open goodc0re opened 9 years ago

goodc0re commented 9 years ago

Hi, I really want to get your bot running on my wheezy server. There is no libcelt-dev package however.

elliottwilliams commented 9 years ago

I wonder if there's a way to bundle libcelt source with mumbletune, thus eliminating the need to manually install the dependency. I'll look into it.

goodc0re commented 9 years ago

Thanks for looking into it! I am dying to get this bot to work. I was wondering what exactly needs libcelt? Whatever requires libcelt, can it not just use libopus instead?

elliottwilliams commented 9 years ago

It's the codec that's used to encode audio data, used by the gem mumble-ruby. I don't think it would be as simple as dropping in the new codec though, there would have to be some code changes. But your emails have piqued my interest with the project! I'm a full-time student and so I haven't had the time to maintain mumbletune recently but I'm looking into doing some updates like this.