Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2012-05-05

00:00:22 Quit lebellium (Quit: ChatZilla 0.9.88.2 [Firefox 13.0/20120501201020])
00:01:09 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
00:01:09 Quit bertrik (Changing host)
00:01:09 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
00:01:51saratogadamn, the helix people have a hermite resampler which looks quite good, but its gplv2 ONLY
00:04:01copper"Another top priority of Rockbox is audio playback quality."
00:04:29saratogahuh no, theres a version of their source with GPLv2+ headers too
00:05:01saratogajhMikeS: ping
00:05:09gevaertssaratoga: sounds like something to verify
00:07:55saratogaUpdate license headers "GPL 2 or later" −−> "GPL 2".
00:09:09 Quit bertrik (Remote host closed the connection)
00:09:18saratogadoes that mean i can use the old versions under GPLv2+?
00:10:23 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
00:11:15gevaertsTricky
00:12:00gevaertsI'd say that depends on why they changed it. Did they change the license, or did they merely correct the headers to match what it was all along?
00:12:18saratogai guess i could email them and ask
00:13:11saratogathey did explictly add the gplv2+ headers 3 years before taking them back
00:13:12copperlooks like I bought my iPod at the right time
00:13:39copperlots of support for the classic seems recent
00:13:40 Quit Misanthropos (Remote host closed the connection)
00:14:07gevaertssaratoga: do you have a URL handy?
00:14:17saratogahttps://helixcommunity.org/viewcvs/audio/resampler/hermite.c?view=log
00:14:24copper"2010-12-27: Sound on iPod Classic!" haha
00:14:32 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
00:17:58saratogaeveryone online seems to be distributing it under GPLv2+
00:19:47saratogameh, if every other repo still use GPLv2+ and in 5 years they never bothered to ask even one of them to fix it, then I tend to think it was really GPLv2+
00:19:59saratogaand they just changed it later for new code
00:21:04*gevaerts nods
00:28:44saratogaanyway, the hermite code looks quite simple and is already fixed point
00:28:48saratogaso we should probably start using that
00:36:08pixelmaI'm really not sure but when I read "helix team" I somehow started wondering if there were some problems with them in the past. It's possible that I'm mixing things up, it's really not a clear memory
00:36:54saratogaa lot of the helix codec stuff is under non-GPL open source license, but the linux bits are dual licensed GPL and real media license
00:39:06 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
00:55:06 Quit Rower85 (Quit: Hmmm...)
00:57:40 Quit ender` (Quit: Washing your car to make it rain doesn't work.)
01:00
01:05:58 Quit c3sso (Ping timeout: 260 seconds)
01:06:53 Join anewuser [0] (~anewuser@190.207.222.122)
01:06:53 Quit anewuser (Changing host)
01:06:53 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
01:17:19 Join LambdaCalculus37 [0] (~rmenes@pool-71-187-230-3.nwrknj.fios.verizon.net)
01:17:19 Quit LambdaCalculus37 (Changing host)
01:17:19 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37)
01:19:58 Quit domonoky1 (Read error: Connection reset by peer)
01:23:47 Quit TheLemonMan (Quit: WeeChat 0.3.7)
01:29:36***Saving seen data "./dancer.seen"
01:55:06 Quit factor (Ping timeout: 265 seconds)
01:59:29 Quit pamaury (Remote host closed the connection)
02:00
02:07:28 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
02:14:39 Quit LambdaCalculus37 (Quit: Fwump)
02:17:37 Quit bertrik (Ping timeout: 245 seconds)
02:36:12 Quit enthdegree (Read error: No route to host)
02:36:29 Join enthdegree [0] (~enthdegre@wikimedia/enthdegree)
02:52:52jhMikeSsaratoga: pong
02:53:33saratogai want to look into trying that hermite polynomial resampler
02:54:04jhMikeSwhere's that at?
02:54:31jhMikeSbtw, update g227 with assembly routines
02:54:33fs-bluebotGerrit review #227 at http://gerrit.rockbox.org/r/#change,227 : New crossfeed algorithm for Rockbox: "Meier" crossfeed by Bertrik Sikken (changes/27/227/4)
02:54:43jhMikeSs/update/updated
02:55:03saratogashould I just replace lin_resample_resample with hermite_resample_resample?
02:55:07saratogaor am i going to need more setup?
02:55:35saratogaheres the sourece: http://src.gnu-darwin.org/ports/multimedia/helixplayer/work/hxplay-1.0.7/audio/resampler/hermite.c
02:57:04jhMikeSspc probably would die on coldfire if it needed more complex resampling
02:57:20saratogaits only marginally more complex
02:57:30saratogaIIRC its 4 multiplies per sample
02:57:39jhMikeSper channel?
02:58:12jhMikeSnot like m(s)ac.l isn't fast though
02:58:27saratogano wait, 3
02:58:30saratogayeah per channel
02:58:40jhMikeSdoes it do any arbitrary ratio?
02:58:47saratogayes looks like it
02:59:21saratogait takes the ratio of the samplerates as an argument
02:59:28saratogaand its an arbitrary fixed point number
02:59:46saratogahermite is basically the same as linear, except with a cubic instead of linear polynomial
03:00
03:01:08saratogai don't know if its optimal, but i've seen a few different pieces of software use it, so I'm assuming its not too bad either
03:01:47saratogaanyway, i have to run, was just curious if I could just drop in the cubic interpolation for the linear or if there was more complication to it (not too familiar with the dsp code)
03:02:13jhMikeSbasically two mono runs except it has to watch both input and output remaining
03:03:10saratogaso its passed the number of samples of input and output it has available?
03:03:22jhMikeSit doesn't care _what_ is being used, it just has to obey the constraints
03:04:01jhMikeSyes, it must output both what it consumed from the source and what it wrote to the destination
03:04:22 Quit MCrase (Read error: Connection reset by peer)
03:04:34 Join MCrase [0] (~mark@cpe-184-59-109-126.cinci.res.rr.com)
03:05:05saratogaok i'll try to find time to look into this and htne bug you more
03:05:05jhMikeSit could consume samples and output none or consume none and output some count
03:05:28jhMikeSI guess look at lin_resample.c for the expected behavior
03:06:05saratogayeah
03:10:22jhMikeSit occurs to me that IRAM is being wasted, voice DSP won't be using the right channel sample/resample buffers at all :p but they're allocated
03:29:37***Saving seen data "./dancer.seen"
03:31:47 Quit guymann (Read error: Operation timed out)
03:32:43 Join guymann [0] (~charles@66-159-172-198.adsl.snet.net)
03:48:33 Quit enthdegree (Read error: Connection reset by peer)
03:49:14 Join enthdegree [0] (~enthdegre@wikimedia/enthdegree)
04:00
04:02:57CIA-79Commit 88aeef9 in rockbox by Michael Sevakis: Remove pointless IRAM allocation from voice DSP.
04:03:15 Join Sundiver_ [0] (~angel@174.124.48.77)
04:06:17CIA-7988aeef9 build result: All green
04:07:07 Quit Sundiver (Ping timeout: 245 seconds)
04:11:37 Quit Thra11 (Ping timeout: 240 seconds)
04:21:21 Quit logbot_ (Ping timeout: 260 seconds)
04:21:21***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 260 seconds)) from gibson.freenode.net
04:21:21***Cleanup
04:21:21***Cleanup
04:21:21***Saving seen data "./dancer.seen"
04:21:21***Exit
04:21:23***Started Dancer V4.16
04:21:23***Connected to irc.freenode.net on port 6667
04:21:23***Logfile for #rockbox started
04:21:26Mode"logbot_ :+i" by logbot_
04:21:30***Server message 501: 'logbot_ :Unknown MODE flag'
04:21:30 Join logbot_ [0] (~rockbox@giant.haxx.se)
04:21:30 Join preglow [0] (thomj@tvilling2.pvv.ntnu.no)
04:21:30 Join Sundiver_ [0] (~angel@174.124.48.77)
04:21:30 Join enthdegree [0] (~enthdegre@wikimedia/enthdegree)
04:21:30 Join guymann [0] (~charles@66-159-172-198.adsl.snet.net)
04:21:30 Join MCrase [0] (~mark@cpe-184-59-109-126.cinci.res.rr.com)
04:21:30 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
04:21:30 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
04:21:30 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
04:21:30 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
04:21:30 Join Horscht [0] (~Horscht@xbmc/user/horscht)
04:21:30 Join Bagder [241] (~daniel@rockbox/developer/bagder)
04:21:30 Join Synergist [0] (~synfn@unaffiliated/synergist)
04:21:30 Join saratoga [0] (980329b4@gateway/web/freenode/ip.152.3.41.180)
04:21:30 Join mikroflops [0] (~yogurt@h-34-156.a238.priv.bahnhof.se)
04:21:30 Join fs-bluebot [0] (~fs-bluebo@g226071090.adsl.alicedsl.de)
04:21:30 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
04:21:30 Join Topy44 [0] (Topy44@f049065210.adsl.alicedsl.de)
04:21:30 Join amiconn [0] (quassel@rockbox/developer/amiconn)
04:21:30 Join pixelma [0] (pixelma@rockbox/staff/pixelma)
04:21:30 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
04:21:30 Join rudi_s [0] (~simon@austria125.server4you.de)
04:21:30 Join Naked [0] (~naked@naked.iki.fi)
04:21:30 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
04:21:30 Join nosa-j [0] (~m00k@adsl-74-235-42-27.clt.bellsouth.net)
04:21:30 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
04:21:30 Join AlexP [0] (~alex@rockbox/staff/AlexP)
04:21:30 Join TBCOOL [0] (~tb@c-123071d5.09-42-73746f22.cust.bredbandsbolaget.se)
04:21:30 Join Galois [0] (djao@efnet-math.org)
04:21:30 Join ehntoo [0] (ehntoo@gateway/shell/mtu-lug/x-cahsflzvzyptarrq)
04:21:30 Join adnap [0] (~adnap@rrcs-24-227-162-10.sw.biz.rr.com)
04:21:30 Join ruskie [0] (ruskie@sourcemage/mage/ruskie)
04:21:30 Join ranmachan [0] (ranma@2a01:4f8:130:9321::2)
04:21:30 Join Jack87 [0] (Jack87@nasadmin/admin/jack87)
04:21:30 Join qnm [0] (~qnm@2001:44b8:3110:f300:208:9bff:fec0:179a)
04:21:30 Join Farthen [0] (~Farthen@2a01:4f8:101:2a4:0:bc28:b2e1:9)
04:21:30 Join user890104 [0] (venci@Addicted.to.Minecraft.ipv6.6bez10.info)
04:21:30 Join n17ikh [0] (~peter@c-174-56-150-44.hsd1.sc.comcast.net)
04:21:30 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
04:21:30 Join bzed [0] (~bzed@devel.recluse.de)
04:21:30 Join georgehank [0] (~jae@dedicated.jaerhard.com)
04:21:30 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
04:21:30 Join aevin_ [0] (eivindsy@microbel.pvv.ntnu.no)
04:21:30 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
04:21:30 Join kugel [0] (~kugel@rockbox/developer/kugel)
04:21:30 Join uwe_mobile [0] (~uwe@static.88-198-8-117.clients.your-server.de)
04:21:30 Join Sleepy_Coder [0] (~z_Z_z_Z_z@unaffiliated/sleepycoder/x-938672)
04:21:30 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
04:21:30 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
04:21:30 Join froggyman [0] (~froggyman@unaffiliated/froggyman)
04:21:30 Join KiwiCam [0] (~KiwiCAM@101.98.171.48)
04:21:30 Join Keripo [0] (~Keripo@eng160.wireless-resnet.upenn.edu)
04:21:30 Join remlap [0] (~Patrick@190.28.169.217.in-addr.arpa)
04:21:30 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
04:21:30 Join copper [0] (~copper@unaffiliated/copper)
04:21:30 Join amithkk [0] (u4289@2buntu/writers/amithkk)
04:21:30 Join crwl [0] (~crwlll@dsl-jklbrasgw1-ffb9c300-103.dhcp.inet.fi)
04:21:30 Join jm [0] (jm@unaffiliated/nsx)
04:21:30 Join shamus [0] (~shamus@ip-206-192-195-49.marylandheights.ip.cablemo.net)
04:21:30 Join maraz [0] (maraz@kapsi.fi)
04:21:30 Join funman [0] (~fun@rockbox/developer/funman)
04:21:30 Join Elfish [0] (amba@fuplz.co.cc)
04:21:30 Join tah [0] (~thomas@aktaia.intevation.org)
04:21:30 Join scorche` [0] (~scorche@rockbox/administrator/scorche)
04:21:30 Join nomada [0] (~nomada@irc.consciente.de)
04:21:30 Join ved_ [0] (~ved@2001:41d0:1:5914::2)
04:21:30 Join GeekShad1w [0] (~antoine@50.104.75.86.rev.sfr.net)
04:21:30 Join Riviera [0] (~Riviera@92.51.147.16)
04:21:30 Join tmzt_ [0] (~tmzt@adsl-76-253-137-36.dsl.akrnoh.sbcglobal.net)
04:21:30 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
04:21:30 Join knittl [0] (~knittl@unaffiliated/knittl)
04:21:30 Join ender| [0] (~ender1@foo.eternallybored.org)
04:21:30 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
04:21:30 Join @ChanServ [0] (ChanServ@services.)
04:21:30 Join Torne [0] (~torne@rockbox/developer/Torne)
04:21:30 Join zu [0] (~zu@ks387228.kimsufi.com)
04:21:30 Join lembas [0] (iam@lembas.ws)
04:21:30 Join FOAD [0] (~foad@unaffiliated/foad)
04:21:30 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
04:21:30 Join alexbobp [0] (~alex@capitalthree.pwnz.org)
04:21:30 Join CIA-79 [0] (~CIA@cia.atheme.org)
04:21:30 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
04:21:30 Join Mir [0] (~Mir@pool-71-109-220-71.lsanca.dsl-w.verizon.net)
04:21:30 Join sc_ [0] (~sc@108.59.3.226)
04:21:30 Join jfc [0] (~Fung@inet-hqmc02-o.oracle.com)
04:21:30 Join soap [0] (~soap@rockbox/staff/soap)
04:21:30 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
04:21:30 Join kisak [0] (~kisak@pool-74-99-175-111.hrbgpa.fios.verizon.net)
04:21:30 Join wtachi [0] (~chat@bloom.wtachi.us)
04:21:30 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
04:21:30 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
04:21:30 Join fyrestorm [0] (~nnscript@cpe-24-90-87-68.nyc.res.rr.com)
04:21:30 Join uwe_ [0] (~uwe_@dslb-088-064-053-066.pools.arcor-ip.net)
04:21:30 Join SynrG [0] (~synrg@debian/developer/synrg)
04:21:30 Join Guinness` [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
04:21:30 Join jfc^2 [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net)
04:21:30 Join Staphylo [0] (~Staphylo@mareo.fr)
04:21:30 Join yosafbridge` [0] (~yosafbrid@li125-242.members.linode.com)
04:21:30 Join rasher [0] (~rasher@rockbox/developer/rasher)
04:21:30 Join kaner [0] (~kaner@zzz.strace.org)
04:21:30 Join Barahir [0] (~Barahir@fb08-acstud01.anorg.chemie.uni-giessen.de)
04:21:30 Join freqmod [0] (~quassel@2001:700:300:1430:226:18ff:fe82:1a24)
04:21:30 Join jordan` [0] (~gromit@2001:660:3302:2826:225:90ff:fe20:d9a8)
04:21:30 Join eintopf [0] (~eintopf@zzz.strace.org)
04:21:30 Join pjm0616 [0] (~user@175.209.206.227)
04:21:30 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
04:21:30 Join Cthulhux [0] (cthulhux@piratenpartei/ni/tux)
04:21:30 Join simabeis_ [0] (~simabeis@lobmenschen.de)
04:21:30 Join nuskool [0] (~nuskool@s.pl0rt.org)
04:21:30 Join Zoiah [0] (zoiah@matryoshka.zoiah.net)
04:21:30 Join desowin_ [0] (~desowin@ip-69-162-133-251.static.chi2.systeminplace.net)
04:21:30 Join ack [0] (~ack@mingbai.org)
04:22:28 Quit TheSeven (Disconnected by services)
04:22:37 Join [7] [0] (~quassel@rockbox/developer/TheSeven)
04:46:34 Quit copper (Read error: Operation timed out)
04:46:41 Join copper [0] (~copper@sd-12090.dedibox.fr)
04:46:41 Quit copper (Changing host)
04:46:41 Join copper [0] (~copper@unaffiliated/copper)
04:57:51 Quit pixelma (Disconnected by services)
04:57:52 Quit amiconn (Disconnected by services)
04:57:52 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:57:54 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:57:54 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:57:58 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
04:58:12 Quit Horscht (Quit: Verlassend)
05:00
05:13:21 Quit factor (Read error: Connection reset by peer)
05:14:25 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
06:00
06:15:55 Join T44 [0] (Topy44@f048201181.adsl.alicedsl.de)
06:19:36 Quit Topy44 (Ping timeout: 276 seconds)
06:21:24***Saving seen data "./dancer.seen"
06:27:59 Quit enthdegree (Quit: HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.)
06:31:42 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
06:34:07 Quit perrikwp (Ping timeout: 256 seconds)
06:46:07 Quit anewuser ()
06:55:46 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
07:00
07:52:33 Quit [7] (Disconnected by services)
07:52:39 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
07:59:52 Quit bluebrother (Disconnected by services)
07:59:58 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
08:00
08:03:36 Quit fs-bluebot (Ping timeout: 276 seconds)
08:04:58 Join fs-bluebot [0] (~fs-bluebo@g226071223.adsl.alicedsl.de)
08:21:27***Saving seen data "./dancer.seen"
08:21:51 Join c3sso [0] (~tux@77.117.246.236.wireless.dyn.drei.com)
08:27:28 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940)
08:28:01 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
08:28:54 Quit [Saint] (Ping timeout: 272 seconds)
08:30:27 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
08:34:31 Quit [Saint_] (Ping timeout: 260 seconds)
08:57:07 Quit c3sso (Ping timeout: 245 seconds)
09:00
09:05:27 Quit TheSeven (Read error: Operation timed out)
09:06:58 Quit [Saint] (Remote host closed the connection)
09:07:53 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
09:13:55 Join mystica555 [0] (~Mike@97-118-135-241.hlrn.qwest.net)
09:34:36 Join TheLemonMan [0] (~LemonBoy@adsl-ull-161-198.50-151.net24.it)
09:46:33 Join stoffel [0] (~quassel@pD9E42786.dip.t-dialin.net)
10:00
10:11:38 Join Horscht [0] (~Horscht@p5DD573AE.dip.t-dialin.net)
10:11:39 Quit Horscht (Changing host)
10:11:39 Join Horscht [0] (~Horscht@xbmc/user/horscht)
10:16:11 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
10:21:28***Saving seen data "./dancer.seen"
10:21:36 Join robin0800 [0] (~robin0800@genkt-050-078.t-mobile.co.uk)
10:26:43 Join n1s [0] (~n1s@nl118-175-223.student.uu.se)
10:26:43 Quit n1s (Changing host)
10:26:43 Join n1s [0] (~n1s@rockbox/developer/n1s)
10:27:20 Quit robin0800 (Ping timeout: 272 seconds)
10:31:59 Quit [Saint] (Remote host closed the connection)
10:37:50 Join ender` [0] (krneki@foo.eternallybored.org)
10:46:04 Quit n1s (Read error: Connection timed out)
10:56:36 Join ecrana2 [0] (~dole@c-607de655.02-175-74686e1.cust.bredbandsbolaget.se)
10:57:35ecrana2rasher: Hi!, do you need a tester for your rockboxport for android?
11:00
11:01:10AlexPecrana2: rasher does the builds, any bugs should be reported on our tracker
11:01:18 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
11:01:19 Quit bertrik (Changing host)
11:01:19 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
11:01:29ecrana2AlexP: I see
11:04:44AlexPecrana2: Be aware that it is rather immature
11:05:07 Quit stoffel (Ping timeout: 240 seconds)
11:06:46ecrana2AlexP: Ok, sorry that I wanted to help
11:06:58AlexPeh?
11:07:07AlexPYou are more than welcome to help
11:07:29AlexPI was just saying that the android port is rather immature, so you shouldn't expect it to be perfect...
11:07:39ecrana2yeah, ofcorse
11:08:04ecrana2I guess I missunderstood you
11:08:23ecrana2I think the player is great
11:08:27ecrana2the sound is awesome
11:09:27ecrana2but I guess this type of chat should be discussed in #rockbox-community
11:09:41AlexPno, here is for anything rockbox
11:09:52AlexPcommunity is for anything not-rockbox
11:10:01 Join robin0800 [0] (~robin0800@genkt-050-078.t-mobile.co.uk)
11:16:16 Quit robin0800 (Ping timeout: 245 seconds)
11:16:54 Join c3sso [0] (~tux@194-166-68-62.adsl.highway.telekom.at)
11:21:25 Join robin0800 [0] (~robin0800@genkt-057-206.t-mobile.co.uk)
11:21:56 Quit kadoban (Ping timeout: 248 seconds)
11:22:43 Quit robin0800 (Max SendQ exceeded)
11:23:51 Join stoffel [0] (~quassel@pD9E42786.dip.t-dialin.net)
11:24:44 Join robin0800 [0] (~robin0800@genkt-057-206.t-mobile.co.uk)
11:35:33 Quit robin0800 (Ping timeout: 255 seconds)
11:44:32 Join n1s [0] (~n1s@nl118-175-223.student.uu.se)
11:44:32 Quit n1s (Changing host)
11:44:33 Join n1s [0] (~n1s@rockbox/developer/n1s)
11:46:04c3ssouhm 60% cpu when playing???
11:46:30 Join robin0800 [0] (~robin0800@genkt-057-206.t-mobile.co.uk)
11:47:20c3ssoactually when I have the view in front where the vu-meters are...
11:48:17bertrikfunman, any more luck with the USB/buffer issues you identified?
11:48:26 Part c3sso ("Leaving")
11:49:28 Join c3sso [0] (~tux@194-166-68-62.adsl.highway.telekom.at)
11:51:01c3ssoany way to disable the peak meter?
11:52:04n1sc3sso: in the wps? use a different wps without them?
11:54:31c3ssoin theme settings I see wps... but when I click on it nothing happens...
11:56:52 Join dfkt [0] (dfkt@chello084112032026.1.11.vie.surfer.at)
11:56:52 Quit dfkt (Changing host)
11:56:52 Join dfkt [0] (dfkt@unaffiliated/dfkt)
11:57:23n1ssounds like a broken install, the peakmeters are not in the default wps, only in the builtin fallback
11:57:25 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
11:57:25 Quit pamaury (Changing host)
11:57:25 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:57:43c3ssohmm
11:58:40c3ssoI have rockbox default icons and rockbox failsafe chooseable as themes
12:00
12:03:31 Quit AlexP (Remote host closed the connection)
12:03:45c3ssowhen I choose the first one, I also get peakmeters in the wps
12:05:40n1sit's a bit confusing but the theme called default loads the fallback, the actual default is CabbieV2
12:05:50n1stry that
12:05:58c3ssohave now dl'd and installed darkinfo theme, that works!
12:06:49c3ssogives me 11% cpu though, instead of 5 when out of wps
12:07:09n1swhat platform are you on?
12:07:34c3ssolinux x86_64, ubuntu 10.10
12:08:02n1sso sdl, i'd say it's expected to be slowish
12:08:23c3ssoits not slow, it just eats cpu...
12:08:53c3ssoanyways, I like the darkinfo theme with its big icons...
12:08:57c3ssoand font
12:09:29 Quit dfkt (Ping timeout: 252 seconds)
12:10:27c3ssogreat for my mini laptop which I want to build into my car..
12:12:15copperrockbox on a laptop?
12:12:55c3ssoyeah! its kind of fun. for environments where mouse is not so well. BTW: pitch independend speed change in not implemented I guess?
12:13:13c3sso*is
12:13:24n1sit is
12:13:54n1sor should be at least, it might be disabled for the sdl app
12:14:44c3ssook? but when I press BOTTOMLEFT long, I get into that menu with pitch up pitch down...
12:15:31c3ssoand there it changes pitch when changeing speed
12:16:07c3ssoactually thats also one of the things I am interested in - go find that in linux somewhere
12:16:46n1sPerhaps a look in the manual would shed some light on this?
12:17:09c3ssook, reading...
12:21:31***Saving seen data "./dancer.seen"
12:24:53c3ssohmm tried to activate it, and restarted rockbox. do not here a difference?
12:27:00 Join AlexP [0] (~alex@rockbox/staff/AlexP)
12:27:26 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
12:27:42n1sc3sso: is it still enabled after restarting? that might be alittle tricky on the app i think
12:30:52 Quit AlexP (Remote host closed the connection)
12:31:05c3ssohmm the maual states to reboot, and if I do not reboot, it does not sound different either...
12:31:10 Join AlexP [0] (~alex@rockbox/staff/AlexP)
12:31:12c3sso*manual
12:34:39 Quit advcomp2019 (Read error: Connection reset by peer)
12:34:50n1syeah but for it to work the setting needs to be enadbled when rb "boots" so it has to be saved in the config, i'm not sure closing the app saves the config as rebooting a regular player does, so checking if the setting is still enabled after reboot would tell you that
12:35:09 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
12:36:48c3ssowill try
12:49:17c3ssorockbox says "shutting down" when I close it.. could not really find a config file right now... As the normal Pitch change is not saved when I restart rb, I doubt it would save the timestretch setting...
12:50:08AlexPconfig file is in .rockbox
12:50:27AlexPconfig.cfg
12:50:31AlexP(IIRC)
12:50:42[Saint]I'm not sure timestretch is supposed to survive a reboot.
13:00
13:03:09 Quit bertrik (Remote host closed the connection)
13:03:30n1s[Saint]: surely the enable setting is
13:08:11c3ssoAlexP: also on linux?
13:08:19n1sc3sso: ok, i just tested and it does work in the sdl app, you need to switch to the correct mode in the pithc screen
13:08:50c3ssohow?
13:10:12n1skp 9 does it, you'll notice there are two pitch and two semitone modes use one of them that lists both pitch and speed
13:12:04 Quit TheLemonMan (Quit: WeeChat 0.3.7)
13:12:07c3ssokp 9 long press gives me wps context menu
13:12:38c3ssothere I can select pitch
13:13:00n1skp9 in the pitch screen changes the mode
13:13:32c3ssoah ok now I get it! thx!!
13:15:50 Join anewuser [0] (~anewuser@190.207.222.122)
13:15:50 Quit anewuser (Changing host)
13:15:50 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
13:17:40c3ssoI still cannot see a config.cfg file... I do not have one in /home/myusername, and not in the /opt/rockbox filder where I make installed rockbox to...
13:47:05 Join TheSphinX^ [0] (~briehl@p579CC547.dip.t-dialin.net)
14:00
14:06:43 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
14:06:45 Join TheLemonMan [0] (~LemonBoy@adsl-ull-161-198.50-151.net24.it)
14:18:11 Quit [Saint] (Remote host closed the connection)
14:21:32***Saving seen data "./dancer.seen"
14:24:48 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
14:28:39 Quit robin0800 (Ping timeout: 260 seconds)
14:29:29 Join robin0800 [0] (~robin0800@genkt-050-206.t-mobile.co.uk)
14:31:38 Quit kugel (Read error: Connection reset by peer)
14:31:40 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
14:42:57 Nick kugel_ is now known as kugel (~kugel@rockbox/developer/kugel)
14:43:17 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
14:43:18 Quit bertrik (Changing host)
14:43:18 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
14:43:39 Quit Kohlrabi (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
14:47:51 Quit ecrana2 ()
14:49:06 Quit stoffel (Read error: Operation timed out)
14:57:10 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
15:00
15:06:07 Quit TheLemonMan (Quit: WeeChat 0.3.7)
15:16:12 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940)
15:17:45 Join bertrik_ [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
15:17:46 Quit bertrik_ (Changing host)
15:17:46 Join bertrik_ [0] (~bertrik@rockbox/developer/bertrik)
15:19:58 Quit [Saint] (Ping timeout: 260 seconds)
15:20:38 Quit bertrik (Ping timeout: 255 seconds)
15:23:05 Quit c3sso (Ping timeout: 252 seconds)
15:29:12 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
15:32:51 Join stoffel [0] (~quassel@pD9E42786.dip.t-dialin.net)
15:34:05 Join dfkt [0] (dfkt@unaffiliated/dfkt)
15:45:02 Quit stoffel (Remote host closed the connection)
15:46:28 Join stoffel [0] (~quassel@pD9E42786.dip.t-dialin.net)
15:56:54 Join TheLemonMan [0] (~LemonBoy@adsl-ull-161-198.50-151.net24.it)
15:58:56 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
15:59:48 Quit stoffel (Remote host closed the connection)
16:00
16:00:00 Quit pamaury (Remote host closed the connection)
16:00:29 Join stoffel [0] (~quassel@pD9E42786.dip.t-dialin.net)
16:01:24 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
16:01:24 Quit pamaury (Changing host)
16:01:24 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
16:21:34***Saving seen data "./dancer.seen"
16:31:29 Quit TheLemonMan (Quit: WeeChat 0.3.7)
16:35:03 Join c3sso [0] (~tux@84.119.99.220)
16:35:57 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
16:38:05 Join Sovereign [0] (~Sidney@c-98-252-154-164.hsd1.ga.comcast.net)
16:40:31SovereignIs there a web site that will explain what effect this program has
16:40:39 Nick bertrik_ is now known as bertrik (~bertrik@rockbox/developer/bertrik)
16:41:41bertrikwww.rockbox.org?
16:41:59Sovereignfound a wiki
16:42:08AlexPHow do people manage to find the IRC channel and not the website?
16:42:26bertrikmaybe they go to the .com
16:42:38kugelAlexP: perhaps he found the problem but it isnt clear enough what our program does? :)
16:42:55AlexPbertrik: I mean more that I'd assume that people would come here from the website
16:43:11AlexPNot come here and then try and find a website
16:43:17SovereignI got here from the site
16:43:30AlexPSo why your initial question?
16:43:40AlexPas rockbox.org tells you all about Rockbox
16:44:26Sovereignwith this program can i use my ipod with out all the adobe and other stuff apple requires
16:44:39AlexPIt is a complete replacement firmware
16:44:54copperadobe?
16:44:55AlexPI don't know what Adobe stuff you are referring to, but you don't need itunes, no
16:45:08bertrikIt depends on the exact ipod model though
16:45:53Sovereignwell maybe not adobe but itunes installs 3 or 4 programs\
16:46:04coppernot really
16:46:11Sovereignipod classic
16:47:27SovereignI do see that I can play flac that was a problem
16:48:13bertrikI'm no ipod expert, but I think there are several ipod "classics", like the original ipods and the new classic
16:48:36copper"Classic" refers to 6/7th gen only
16:48:49copper2007-2009 models
16:50:00SovereignI have the orginal 30 gig looks like 2007 on back
16:50:07bertrikwell, it's a bit confusing to call the newest models classic
16:50:26copper30 gig doesn't sound like a classic
16:51:22AlexPSovereign: http://support.apple.com/kb/ht1353
16:51:23 Quit pamaury (Read error: Connection reset by peer)
16:51:24copper"Classic" starts at 80 gigs IIRC
16:52:12copperwith a metal front plate
16:52:32 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
16:54:04 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
17:00
17:00:07 Quit stripwax (Quit: http://miranda-im.org)
17:05:16Sovereignhttp://paste.debian.net/167436/
17:07:26n1sSovereign: that's an ipod video
17:26:12 Quit stoffel (Ping timeout: 248 seconds)
17:37:13 Quit liar (Ping timeout: 245 seconds)
17:38:05 Quit adnap (Ping timeout: 265 seconds)
17:51:52 Quit [Saint] (Quit: Bye)
17:52:53 Quit robin0800 (Quit: Leaving)
17:53:19 Join prof_wolfff [0] (~prof_wolf@213.37.48.196.static.user.ono.com)
17:56:53 Nick [Saint_] is now known as [Saint] (~Saint]@unaffiliated/saint/x-8516940)
17:59:46 Quit [Saint] (Remote host closed the connection)
18:00
18:03:21 Join evilnick [0] (~evilnick@rockbox/staff/evilnick)
18:03:36 Quit bertrik (Ping timeout: 255 seconds)
18:05:32 Join othniel [0] (~othniel@75.92.51.2)
18:08:26 Join einhirn [0] (Miranda@vpn10.rz.tu-clausthal.de)
18:19:43 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
18:21:36***Saving seen data "./dancer.seen"
18:22:25 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
18:25:35 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
18:25:36 Quit bertrik (Changing host)
18:25:36 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:31:36 Join WalkGood [0] (~4@unaffiliated/walkgood)
18:33:50 Join stoffel [0] (~quassel@pD9E42786.dip.t-dialin.net)
18:48:53 Quit kadoban (Read error: Operation timed out)
18:52:20funmanbertrik: no I didn't dive in the skin code yet
19:00
19:03:49 Quit bertrik (Remote host closed the connection)
19:05:32 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
19:05:33 Quit bertrik (Changing host)
19:05:33 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
19:11:05 Join Thra11 [0] (~thrall@231.36.113.87.dyn.plus.net)
19:36:46 Quit y4n (Read error: Connection reset by peer)
19:42:56 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
19:44:17 Quit evilnick (Ping timeout: 276 seconds)
19:46:14 Quit AlexP (Ping timeout: 276 seconds)
19:46:59 Quit y4n (Read error: Connection reset by peer)
19:47:18 Join AlexP [0] (~alex@rockbox/staff/AlexP)
19:49:52 Join petur [0] (~petur@rockbox/developer/petur)
19:54:22 Quit WalkGood (Quit: ♪ ♫ ♪ ♫ ♪ ♫ ♪)
19:55:59 Quit AlexP (Ping timeout: 276 seconds)
19:56:36 Quit stoffel (Ping timeout: 248 seconds)
19:59:50 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
20:00
20:04:25 Quit c3sso (Ping timeout: 252 seconds)
20:19:41 Quit shamus (Quit: chaos reigns within reflect repent and reboot order shall return)
20:19:57 Join adnap [0] (~adnap@rrcs-24-227-162-10.sw.biz.rr.com)
20:21:40***Saving seen data "./dancer.seen"
20:28:42 Join shamus [0] (~shamus@ip-206-192-195-49.marylandheights.ip.cablemo.net)
20:30:22 Quit perrikwp_ (Read error: Connection reset by peer)
20:31:36 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
20:33:34 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
20:35:27 Join AlexP [0] (~alex@rockbox/staff/AlexP)
20:38:42 Quit Sovereign (Quit: Leaving)
20:53:32AlexPAnyone else have trouble building the ypr0 toolchain? I get this: http://pastie.org/3865007
20:58:33funmani dont see PPL in rockboxdev.sh ?
20:58:59AlexPfunman: the ypr0 bit seems to call additional scripts (or something)
20:59:26AlexPall the other cross compilers build fine
21:00
21:14:11 Quit pamaury (Remote host closed the connection)
21:17:56 Quit petur (Ping timeout: 245 seconds)
21:21:48 Join c3sso [0] (~tux@77.117.246.233.wireless.dyn.drei.com)
21:22:23 Quit perrikwp (Read error: Connection reset by peer)
21:23:36 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
21:26:41 Join domonoky1 [0] (~Domonoky@agsb-5d8710d2.pool.mediaWays.net)
21:28:19 Join petur [0] (~petur@rockbox/developer/petur)
21:28:56 Quit domonoky (Ping timeout: 276 seconds)
21:29:00c3ssoanyone has an Idea where to find the config.cfg in the sdl build?
21:41:14saratogaits always in the .rockbox folder for all builds
21:41:58 Quit Thra11 (Read error: Connection reset by peer)
21:46:28 Join Thra11 [0] (~thrall@231.36.113.87.dyn.plus.net)
21:46:47 Quit Thra11 (Remote host closed the connection)
21:47:05 Join Thra11 [0] (~thrall@231.36.113.87.dyn.plus.net)
21:57:36 Quit Thra11 (Remote host closed the connection)
21:59:32 Join Thra11 [0] (~thrall@231.36.113.87.dyn.plus.net)
22:00
22:10:20c3ssoI suspected that. But what if its missing? could I create it from scratch to tweak some settings? how would rockbox work when its missing? I mean it saves the theme, and the song last played, so is has so save that somewhere...
22:10:49c3sso*it
22:18:36 Quit petur (Ping timeout: 240 seconds)
22:19:07saratogais your system set to show files that begin with a '.'?
22:19:27c3ssoyes
22:21:13c3ssoI compiled rockbox, then make installed into /opt/rockbox
22:21:42***Saving seen data "./dancer.seen"
22:21:43c3ssonow I have a /bin /lib and /share folder there
22:23:34c3ssothere are some .config files in /share/rockbox like viewers.config, but no config.cfg
22:24:09c3ssoI also do not have a .rockbox folder in my home folder
22:25:52*gevaerts tries
22:26:48AlexPI'm playing with a buildserver and on trying to run it get "Error: You specified arch m68k but the output of 'm68k-elf-gcc −−version' did not include '3.4.6". I thought we used 4.5.2 for coldfire now? I do have m68k-elf-gcc-3.4.6 and m68k-elf-gcc-4.5.2 but m68k-elf-gcc itself is 4.5.2
22:27:35gevaertsAlexP: you want m68k-gcc452, not m68k
22:27:50AlexPgevaerts: ah, OK
22:28:09gevaertsWe moved to have version-including names a while ago
22:28:21AlexPgevaerts: I assume that arm in there is old arm, not arm-eabi too (even though rockboxdev just calls it arm now)
22:28:41gevaertsarm-eabi-gcc444 :)
22:28:51AlexPgevaerts: Would you mind updating the wiki with this when you get a moment? I would, but I don't want to get it wrong
22:29:40AlexPIt would be good to change what is in runclient.sh in git to remove arm and change m68k to m68k-gcc452 as well, as otherwise it is rather confusing to set up :)
22:29:44gevaertsc3sso: it looks in ~/.config/rockbox.org for me
22:30:47AlexPI can do that if you agree it might be wise :)
22:31:21gevaertsAlexP: I can do that later, but if you want to do it valid values right now are android15 arm-eabi-gcc444 arm-ypr0-gcc446 m68k-gcc452 mipsel sdl sh
22:31:41gevaertsmipsel and sh haven't had new compilers since we decided to make the names more precise
22:31:48AlexPgevaerts: great, thanks - I'll update it and the wiki with those
22:36:54 Join petur [0] (~petur@rockbox/developer/petur)
22:45:51bertrikgevaerts, maybe a nice project during devcon to get those compiled with more up-to-date compilers?
22:46:25bertriknewer == better, right :D ?
22:46:53AlexPhmmm, can I not push to www?
22:47:08AlexPTorne: Do I need to do anything special to be able to push to www?
22:47:29Torneyou shouldn't
22:47:36Torneit should inherit all permissions from rockbox
22:47:37Tornelemme check
22:48:00TorneYeah
22:48:07Torneit should work identically
22:48:16Tornewhat are you trying to do exactly, and what does it say?
22:49:42AlexPwell, I checked it out with git clone git://git.rockbox.org/www
22:49:51AlexPMade a change and committed it locally
22:50:07gevaertsAlexP: did you do the right magic to set the push origin thing?
22:50:19AlexPprobably not :)
22:50:30TorneYou can't push to git://
22:50:30gevaertsThat doesn't carry over between checkouts
22:50:39Torneyou need to set the push url if you clone from that
22:50:42AlexPah, indeed not
22:50:46Torneand there's no error message, at least no meaningful one
22:50:50Torneit just drops the connection on you
22:50:53Torneleaving your client baffled
22:51:04AlexPYeah, I forgot the bit in setting up gerrit as I wasn't planning to use it :)
22:51:06Torne(this is not gerrit doing it, also, this is git-daemon)
22:51:10AlexPI'll go and do it :)
22:51:12Torneyou are using gerrit, always
22:51:18Torneexcept for the read-only clone :)
22:51:28AlexPYeah I know, I misunderstood what it meant by using it
22:52:27Torneif anyone wants to, er
22:52:31Tornemake git behave better there, feel free
22:52:47Tornealternatively, we could change our instructions to make it clearer
22:52:52CIA-79Commit 70c0fa0 in www by Alex Parker: Buildserver: Set archlist to currently allowed values.
22:52:54Torneand/or suggest cloning from gerrit to start with?
22:53:05AlexPcool, there we go
22:53:13TorneThe downside is that cloning from gerrit is maybe a little slower, and people without an account can't
22:53:24Torne..or can they
22:53:35Tornehm. they can over HTTP, but not over SSH
22:53:38Torneand HTTP is slower still
22:53:39AlexPTorne: Maybe just add a little (must be done) or something to the setting up gerrit heading?
22:53:42Torneso, probably best not to recommend that
22:53:53AlexPIt is pretty clear, just not when you are being dopey :)
23:00
23:00:18 Quit ender` (Quit: It's tough to make predictions, especially about the future.)
23:03:00c3ssothx, found it
23:03:08 Quit Unhelpful (Ping timeout: 260 seconds)
23:13:59 Join kevku [0] (x@Gizka-1-pt.tunnel.tserv24.sto1.ipv6.he.net)
23:20:22 Quit petur (Quit: Bye)
23:20:39 Join petur [0] (~petur@rockbox/developer/petur)
23:25:17 Quit Thra11 (Remote host closed the connection)
23:26:13 Join Thra11 [0] (~thrall@231.36.113.87.dyn.plus.net)
23:33:43 Quit y4n (Quit: Assumption is the mother of all fuckups)
23:35:01 Quit n1s (Quit: Ex-Chat)
23:36:45 Quit petur (Quit: Bye)
23:38:07 Quit benedikt93 (Quit: Bye ;))
23:44:38 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
23:45:38 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.)
23:50:44 Quit jhMikeS (Disconnected by services)
23:50:44 Join _jhMikeS_ [0] (~jethead71@rockbox/developer/jhMikeS)
23:50:45 Nick _jhMikeS_ is now known as jhMikeS (~jethead71@rockbox/developer/jhMikeS)
23:57:08 Quit Thra11 (Read error: Operation timed out)
23:57:39 Quit perrikwp (Read error: Connection reset by peer)

Previous day | Next day