=== fibz_ is now known as `Fibz | ||
holstein | TerranceWarrior: pong | 04:46 |
---|---|---|
holstein | anyways.. im going to be asleep now.. but, you are running kxstudio now, TerranceWarrior , so, be sure you ask for support in that channel.. #kxstudio | 04:55 |
holstein | cheers! | 04:55 |
=== TheMaster is now known as Unit193 | ||
TerranceWarrior | what to do if you want to stream live music? | 10:04 |
=== modulist1c is now known as modulistic | ||
radioiaaneg | hi all | 10:55 |
`Fibz | hi | 10:55 |
radioiaaneg | is it possible, using 2 separate audio devices, to simultaneously run a Digital Audio Workstation (ex. linux multimedia studio) trough jack and the default system audio device (ex.brower or music player) using pulse audio? | 10:56 |
`Fibz | using qjackctrl + vlc | 10:57 |
`Fibz | or just qjackctrl, really | 10:57 |
`Fibz | qjackctl* | 10:58 |
radioiaaneg | i would like to use them simultaneously | 10:58 |
radioiaaneg | when i am seeing flash video and i start jack audio engine | 10:59 |
radioiaaneg | the system audio stops | 10:59 |
radioiaaneg | i want to keep it working | 10:59 |
radioiaaneg | using web browser ,audio player, flash plugin | 11:00 |
radioiaaneg | and separately keep an open and working LMMS audio session | 11:01 |
radioiaaneg | 2 separate audio cards, 2 different audio engines, 2 different set of speakers | 11:02 |
`Fibz | each must be bound individually, and i must go, but yes this is possible | 11:02 |
radioiaaneg | sure thanks | 11:03 |
radioiaaneg | i will get into it | 11:04 |
radioiaaneg | another question hope some can help me | 11:04 |
radioiaaneg | any suggestions on how corretly install the libflashsupport plugins? | 11:05 |
radioiaaneg | i need them to route flash audio data processing tools | 11:06 |
radioiaaneg | sorry to processing tools | 11:06 |
radioiaaneg | it should make visible flash audio output in pathage | 11:07 |
zequence | radioiaaneg: if you have a UBuntu Studio installation, pulseaudio doesn't stop | 12:06 |
zequence | radioiaaneg: however, you need to set PA to use jack outputs | 12:07 |
zequence | there's a pulseaudio module that makes this happen, though only with jack2 | 12:07 |
zequence | pulseaudio-module-jack | 12:07 |
zequence | you can read more about it at.. | 12:07 |
zequence | !proaudio | 12:07 |
ubottu | For information on professional audio tools in Ubuntu, see https://help.ubuntu.com/community/UbuntuStudio/ProAudioIntro | 12:07 |
holstein | TerranceWarrior: to stream live music? that depends on what you have and what you want to do | 13:33 |
holstein | i used an icecast server, and either BUTT (broadcast using this tool, which is easy, and not in the repo and doesnt require JACK) or the darkice client, depending on what i needed | 13:34 |
holstein | TerranceWarrior: there are many onine streaming options as well, that are arguably easier, and i suggest those to you | 13:34 |
holstein | ustream, google hangouts, skype... mumble.. though, mumble requires a server setup | 13:35 |
TerranceWarrior | holstein: i am putting that on the back burner. | 13:39 |
TerranceWarrior | holstein: how can I get Independence Free to work under Ubuntu? It runs into file renaming position errors. | 13:39 |
TerranceWarrior | do I need to disassmble wine at the hardware level? | 13:39 |
holstein | TerranceWarrior: ask them creators of the software for a native application | 13:45 |
holstein | TerranceWarrior: or, try a wine channel | 13:45 |
holstein | nothing about ubuntu, linux, or ubuntustudio is preventing that application from running here | 13:45 |
holstein | there is also only a few things that we can do to facilitate its runing here | 13:46 |
=== ivo_ is now known as Guest25435 | ||
ivo__ | Hi all | 14:44 |
cfhowlett | ivo__, greetings. what is your ubuntustudio question? | 14:45 |
ivo__ | Can somebody tell me how do diagnose jack? I can start jack via qjackctl with no errors (as i see), but applications are unable to connect to the jack server | 14:46 |
ivo__ | I am running a relatively fresh install of ubuntu studio 12.04 | 14:48 |
zequence | ivo__: do you see the applications in qjackctl -> "Connect" ? | 14:58 |
zequence | ivo__: which application are we talking about, exactly? | 14:58 |
ivo__ | zequence, ardour from ubuntu studio 10.4 and i also tried renoise 3 | 14:59 |
zequence | ivo__: Did you set ardour to use jack? | 15:02 |
zequence | ivo__: also, make sure to always start jack first | 15:02 |
zequence | ..if you didn't, you might want to shut any processes running in the background before retrying | 15:03 |
ivo__ | zequence, after starting ardour, there is an audio setup dialog, and it oddly does not list jack as an option | 15:03 |
ivo__ | zequence, jack_lsp tells me this http://pastebin.com/MpstEqVd | 15:04 |
zequence | ivo__: you're not starting jack right | 15:04 |
zequence | ivo__: Start from the beginning. Perhaps a reboot might even simplify. Then, start jack with qjackctl. | 15:05 |
zequence | ..then start your jack applications | 15:05 |
=== Jordan_U_ is now known as Jordan_U | ||
Loolarge | Anyone know how to get wineasio working? | 19:06 |
Loolarge | when i try to compile it, it get this error: wine/debug.h: No such file or directory | 19:06 |
zequence | Loolarge: Usually that's an indication of that you haven't installed development libraries | 19:11 |
zequence | Loolarge: One nice way of installing build dependencies for a particular package is doing: sudo apt-get build-dep <package> | 19:12 |
Loolarge | zequence, i just figured i had installed wine1.4 but not the regular wine package | 19:12 |
zequence | in the case of wineasio, you can at least get wine libs: sudo apt-get build-dep wine | 19:12 |
Loolarge | zequence, thanks for this hint, very useful | 19:12 |
zequence | Loolarge: Those are runtime. Not for building software | 19:13 |
zequence | development libs in Debian are usually named lib<something> | 19:13 |
zequence | like, libwine-dev or something like that | 19:13 |
zequence | runtime libs are often named lib<name>, to clarify (stuff that can't be run as programs, but other programs can run functions from it = runtime) | 19:14 |
Loolarge | zequence, oh dear now i get a different compile error regarding incompatibility between 64 and 32 bit ELF format. Do you know if there is a repository that contains wineasio? | 19:27 |
Loolarge | how can i reinstall jack? I made the stupid mistake of adding the kxstudio repository and update my jack packages from there. Then i removed it via ppa-purge and now jack is broken, it complains about unresolved symbols in jack_alsa.so | 19:40 |
zequence | Loolarge: That's the downside when adding PPAs | 19:48 |
zequence | you change the system | 19:48 |
Loolarge | zequence, i am a fool :D Maybe i'll have to reinstall the system from the cd then | 19:50 |
Loolarge | zequence, what was the line again that you send me earlier to reset the configuration of qjackctl? I noticed that again, jack works fine when i start it from the command line, the error shows only in qjackctl | 19:55 |
zequence | Loolarge: The config file is in your home folder. ~/.config/rncbc.org/QjackCtl.conf | 20:00 |
zequence | you toggle to see hidden files and folders using your file browser | 20:00 |
zequence | usually, Ctrl+H | 20:00 |
Loolarge | zequence, thanks i found it | 20:01 |
Loolarge | zequence, i will try a reboot now | 20:01 |
Loolarge | zequence, thank god, everything is back to normal now | 20:03 |
studio-user512 | ciao | 22:12 |
=== kevin is now known as Guest15511 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!