Friday, 2017-03-24

*** wolftune has quit IRC00:25
*** wolftune has joined #kxstudio00:26
*** lykki has quit IRC00:56
*** wolftune has quit IRC01:31
*** Yruama_Lairba has quit IRC02:42
*** wolftune has joined #kxstudio04:16
*** audiophilo has quit IRC04:25
*** align_waivers has joined #kxstudio04:26
*** align_waivers has quit IRC04:52
*** align_waivers has joined #kxstudio04:52
*** align_waivers has quit IRC05:10
*** align_waivers has joined #kxstudio05:17
*** Ranomier has quit IRC05:21
*** wolftune has quit IRC05:23
*** LAbot has joined #kxstudio05:29
*** Or1on has quit IRC05:36
*** align_waivers has quit IRC05:47
*** BitPuffin|osx has quit IRC05:55
*** vlad1777d has joined #kxstudio06:00
*** Or1on has joined #kxstudio06:12
*** GrusGrus has joined #kxstudio06:14
*** align_waivers has joined #kxstudio06:25
*** LAbot has joined #kxstudio06:36
*** Smilex has joined #kxstudio07:13
*** Or1on has quit IRC07:18
*** magloda has joined #kxstudio08:01
*** align_waivers has quit IRC08:43
*** Plex_Dave has joined #kxstudio08:50
Plex_Davehey everyone, it's time for a new laptop for my kxstudio podcast setup.  i currently have a dual core hyperthread i5 2520m in a thinkpad T520.  I am looking at T560.  The benchmark comparisons for the cpus show a modest gain in single thread performance and a huge gain in multi-core performance.  Any thoughts on how this will translate to a complex routing setup in kxstudio's claudia?08:50
*** FergusL has quit IRC09:05
*** Plex_Dave has quit IRC09:06
*** align_waivers has joined #kxstudio09:06
*** align_waivers has quit IRC09:12
*** magloda is now known as ahellquist09:59
*** JackWinter has quit IRC11:51
*** JackWinter has joined #kxstudio11:54
*** Yruama_Lairba has joined #kxstudio12:57
*** Or1on has joined #kxstudio13:02
*** m4l3z has joined #kxstudio13:15
*** JackWinter has quit IRC13:27
*** JackWinter has joined #kxstudio13:30
*** GrusGrus has quit IRC14:12
*** m4l3z has quit IRC14:34
Arthur_Dhi all14:53
Arthur_Dhaving issues recording in an application which works with PulseAudio14:54
Arthur_DPulse is bridged to JACK, and most apps work fine, including recording. This one is a bit of special case14:54
Arthur_Dthe file I end up with is 5 kB in size with only silence14:55
falktxmight not support 32bit float format15:00
*** BitPuffin|osx has joined #kxstudio15:01
Arthur_Dokay, the application is SuperTuxKart, we recently got support for recording video in the game itself :)15:05
Arthur_Dso I am testing how it works, I'll tell the dev your suggestion, thanks15:05
falktxI might be wrong, but I think when pulse runs as slave to jack, it uses 32bit float for audio format. because that's what jack uses15:06
Arthur_Dfalktx: if you have time to look at the code we'd be very grateful, but I understand if you have other things to do15:06
falktxof supertuxkart? heh, I might need an entire week to understand it15:07
Arthur_Dsure, but just the audio recording ;)15:07
falktxgive me a link first :P15:07
Arthur_Dof course, I'm finding it :)15:07
Arthur_Dhttps://github.com/supertuxkart/stk-code/tree/advanced_recording specifically https://github.com/supertuxkart/stk-code/blob/advanced_recording/src/utils/avi_writer.cpp15:08
Arthur_Dlines from 322 probably most relevant15:10
Arthur_Dcould it be the sample rate? I have 48000 as sample rate but the code wants 44100. But doesn't pulseaudio convert automatically?15:11
Arthur_Dhmm maybe it's line 35415:15
Arthur_Ddefault_sink += ".monitor";15:15
falktxdoesn't it print an error for  you?15:22
*** ahellquist has quit IRC15:26
*** m4l3z has joined #kxstudio15:35
Arthur_DNo, unless I overlooked it15:43
Arthur_DI'll check15:44
Arthur_Ddoesn't seem like it15:48
*** YoJimmy is now known as Guest5046315:59
*** Guest50463 has joined #kxstudio16:00
Arthur_Dcommenting out default_sink += ".monitor"; I get no audio file at all16:00
falktxI don't know. code has a lot of stuff that I would personally add prints and additional checks16:02
Arthur_Dokay16:03
Arthur_Dthanks for looking :)16:03
*** vlad1777d has quit IRC16:04
Arthur_Dfalktx: I feel very stupid now, I found that the JACK sink was muted in Pavucontrol16:13
falktxhahaha16:14
Arthur_Dyeah, sorry about all the trouble *goes to corner of shame*16:14
Arthur_Dwhat I do want to argue is that it not recording the full length of silence threw me off16:15
*** vlad1777d has joined #kxstudio16:17
Arthur_Dmaybe that's something vorbis does if empty, dunno16:18
Arthur_Dhmm actually no it just recorded the music I had on in Spotify :/16:20
Arthur_Dhmm ok changing to the sink itself, not the monitor I get the microphone input16:23
SmilexHey. When using JACK, my sound will always go distorted after playing for awhile. Is there any setting I can change to make it work better?16:23
*** ShaunPC has quit IRC16:36
Arthur_DSmilex: do you get lots of xruns?16:37
*** ShaunPC has joined #kxstudio16:37
Arthur_Dmight be worth trying to change your sample rate16:37
SmilexI don't know, what is a xrun?16:38
Arthur_Dok, do you have Cadence?16:39
Smilexyes16:39
Arthur_Dif you open it you should see under JACK Status the number of xruns16:39
Smilexoh yeah, I have 3416:40
Arthur_Dif it's high you should probably change sample rate and/or latency16:40
Arthur_Drather buffer size16:40
Smilexand should I decrease sample rate^16:40
Smilex?16:40
Arthur_Dtry one at a time16:41
Smilexbut the issue only happens sometimes, makes it difficult to test16:41
Arthur_Dah ok, that's annoying16:41
Arthur_Dtry increasing the buffer size as first test16:41
SmilexI've actually increased it to the highest amount16:42
Arthur_Dah ok, so that's not the issue then16:42
Arthur_Dsometimes 44100 works better as sample rate, other times 48000 works better from what I have read, something to do with hardware16:43
Smilexok thanks. I'll try it for some time16:44
Arthur_DI am not an expert though, so it may not help at all16:45
Arthur_Dbut trying should be harmless anyway16:45
*** wolftune has joined #kxstudio16:50
*** m4l3z has quit IRC16:51
*** m4l3z has joined #kxstudio17:26
*** sirriffsalothp has quit IRC17:47
*** m4l3z has quit IRC18:17
*** align_waivers has joined #kxstudio19:09
*** rncbc has joined #kxstudio19:09
*** align_waivers has quit IRC19:36
*** sirriffsalothp has joined #kxstudio19:40
*** m4l3z has joined #kxstudio20:33
*** sakrecoer has quit IRC20:49
*** sakrecoer has joined #kxstudio20:50
*** jablo has joined #kxstudio20:55
*** Smilex has quit IRC21:02
*** vlad1777d has quit IRC22:07
*** m4l3z has quit IRC22:39
*** wolftune has quit IRC22:49
*** rncbc has quit IRC22:52
*** jablo has quit IRC23:27
*** sirriffsalothp has quit IRC23:34

Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!