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 2021-11-16

00:10:01***No seen item changed, no save performed.
00:17:49munkisI personally prefer it as it's owwn instance
00:22:25 Quit chris_s (Ping timeout: 256 seconds)
00:28:45_bilguswould you settle for a plugin?
00:29:25_bilgusit could save its own state even using the inbuilt browser is there another reason?
00:32:09munkisI often use the file browser when I want to save the location and the shortcut browser as a file browser when I don't
00:37:14_bilgushmm so you like that it loses state
00:42:43_bilgusI'll keep that in mind and add a setting to make it forgetful
00:47:06_bilgusIIRC the file browser does that too with start_in or is there a separate setting too
00:48:17_bilgusdoesn't appear to be
01:00
01:41:05 Quit pixelma (Quit: .)
01:41:05 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
01:43:35 Join amiconn [0] (jens@p200300ea87277000305e95fffec66ff3.dip0.t-ipconnect.de)
01:43:35 Join pixelma [0] (marianne@p200300ea87277000305e95fffec66ff3.dip0.t-ipconnect.de)
02:00
02:10:05***Saving seen data "./dancer.seen"
04:00
04:10:08***No seen item changed, no save performed.
05:00
05:43:49 Join Nik47 [0] (~Nik47@180.150.111.165)
06:00
06:10:09***No seen item changed, no save performed.
06:17:13 Quit Nik47 (Quit: Connection closed)
08:00
08:10:10***Saving seen data "./dancer.seen"
08:57:12 Join massiveH [0] (~massiveH@ool-18e4ebfe.dyn.optonline.net)
10:00
10:10:11***No seen item changed, no save performed.
10:12:00 Quit richbridger (Remote host closed the connection)
10:12:24 Join richbridger [0] (~richbridg@089144202142.atnat0011.highway.a1.net)
10:28:39 Quit massiveH (Quit: Leaving)
11:00
11:12:42 Quit GeekShadow (Ping timeout: 260 seconds)
11:13:31 Join GeekShadow [0] (~antoine@82-64-164-139.subs.proxad.net)
11:32:42 Quit danwellby (Ping timeout: 265 seconds)
11:35:54 Join danwellby [0] (~danwellby@88.97.8.245)
11:52:21 Join nihilazo [0] (~nihilazo@2607:f298:5:101d:f816:3eff:fe1a:29a3)
11:54:01nihilazoif I want to use rb->pcm_play_data() in a plugin, what format should the PCM data be in? I know I can get the hardware sample rate with &rb->hw_freq_sampr but is it 16 bit? 24 bit? etc
12:00
12:02:04speachyyou should probably use the dsp api instead
12:02:13speachybut PCM is always 16bpp currently
12:06:52nihilazohow do I use the dsp api?
12:10:12***Saving seen data "./dancer.seen"
12:10:35 Join uuaaeeii [0] (~user@user/uuaaeeii)
12:11:36uuaaeeiiHello. I apologize to bother you guys but something I am trying to clarify. A rockboxed ipod 5g with an sd card upgrade. By default rockbox uses fat32 or exfat?
12:12:08gevaertsNo "by default" about it. Rockbox uses fat32
12:12:46 Join ZincAlloy [0] (~Adium@2a02:8108:943f:d824:9992:b014:468f:676b)
12:13:01uuaaeeiiAwesome! Thank you gevaerts. I thought so but I am just running into some difficulty mounting but that is due to my own faults.
12:13:28speachys/dsp/mixer/
12:13:51speachymixer_set_frequency(), mixer_channel_play_data(), etc
12:14:35nihilazomixer_set_frequency() sets the sameple rate, play_data() plays stuff
12:14:38speachyhave a look at apps/plugins/mikmod/mikmod.c
12:14:39nihilazowhat does the callback do?
12:14:45nihilazooh I'll have a look
12:14:52speachycallback is what's invoked when more data is needed
12:17:05nihilazoso it plays data starting from what it finds at start, for the length size, and then calls the callback when it needs more data?
12:17:15nihilazoor am I confused about this (sorry for noob questions)
12:17:17speachyyep, it's the same as the PCM api in that respect.
12:17:43braewoodssame principle as any IO processing abstraction
12:17:48braewoodswhether write/read or otherwise
12:18:17speachybut the mixer api allows for arbitrary PCM data, and it'll get munged as needed into the output format for the hardware. plus things like voiced menus etc will get overlaid on top of whatever's playing.
12:18:41speachybut ideally you'd utilize the same pcm data format/rate/etc as the hardware needs natively.
12:20:00nihilazoah that's useful to have and useful to know
12:23:59nihilazothanks
12:24:45speachybut with an emulator you might not want to use the hw rate (or allow it to be configurable) because of resource limitations
12:25:11speachy(eg the midi player defaults to 22KHz on slower targets or with higher channel counts)
12:27:56nihilazoyeah
12:41:24speachythe intent is to completely remove the raw pcm api from plugins (and the whole core) but there are still some stragglers.
12:41:47nihilazook
12:41:53speachy(ie make the raw pcm api only used by the mixer layer)
12:42:11speachythe dsp stuff also works via the mixer IIRC.
12:42:52nihilazook
12:43:03speachy(eg surround enhancement, equalization, etc)
13:00
13:13:26 Quit reductum (Ping timeout: 268 seconds)
13:19:35 Join lebellium [0] (~lebellium@2a01cb04012c090028505f61f64a4fcb.ipv6.abo.wanadoo.fr)
13:26:04 Join reductum [0] (~reductum@2603-8000-b400-8764-dea6-32ff-fe16-a622.res6.spectrum.com)
14:00
14:10:14***Saving seen data "./dancer.seen"
14:41:43 Join bilgus_ph [0] (~bilgus_ph@172.58.190.142)
14:42:05bilgus_phChris_s do you have a greyscale device to test on?
14:42:42bilgus_phWith that pf splash bug could you try giving the main vp the same buffer as grey
14:43:36bilgus_phI bet when splash shows it grabs the current vp buffer and grey might be causing issues with that
14:44:44 Quit bilgus_ph (Client Quit)
14:51:26 Join bilgus_ph [0] (~bilgus_ph@172.58.190.142)
14:52:26bilgus_phNevermind looking at grey_core ln 642 this is a known issue
14:53:40bilgus_phProbably should be setup to block those fns when active rather than rediscovering the issue
14:54:51nihilazoa couple questions about the mixer api: a lot of the functions have an argument `enum pcm_mixer_channel channel`, what should I use there in my plugin?
14:55:33 Quit uuaaeeii (Quit: leaving)
14:55:35nihilazothat's the only question actually
14:56:39nihilazoOK I guess I use PCM_MIXER_CHAN_PLAYBACK
15:00
15:00:06nihilazo(gtg)
15:00:12 Quit nihilazo (Quit: mi tawa!)
15:06:52 Quit bilgus_ph (Quit: Connection closed)
15:31:02 Quit Galois (Ping timeout: 240 seconds)
15:38:49speachyamachronic: btw, after the latest usb fixes on the x3 upon insertion I'm getting an immediate panic due to a null ctrl resp.
15:38:58speachy(or was it ctrl req?)
15:39:13speachy(yeah, I know I promised to convert the jz47xx usb driver properly...)
15:39:19speachy(....)
16:00
16:10:18***Saving seen data "./dancer.seen"
17:00
17:03:54 Join aquijoule_ [0] (~richbridg@089144202142.atnat0011.highway.a1.net)
17:06:34 Quit richbridger (Ping timeout: 256 seconds)
17:48:42 Quit tertu (Quit: so long...)
17:49:01 Join tertu [0] (~tertu@user/tertu)
17:56:12 Join cockroach [0] (~blattodea@user/cockroach)
17:57:13tertui should see if i can find my x1mk1 sometime...
18:00
18:01:25 Quit lebellium (Quit: Leaving)
18:03:41 Join skipwich [0] (~skipwich@user/skipwich)
18:10:22***Saving seen data "./dancer.seen"
18:28:36 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
18:32:35 Quit GeekShadow (Ping timeout: 250 seconds)
18:44:14 Join GeekShadow [0] (~antoine@82-64-164-139.subs.proxad.net)
18:46:45 Quit ZincAlloy (Quit: Leaving.)
19:00
19:03:58speachytertu: fiio x?
19:28:35 Quit _bilgus (Ping timeout: 264 seconds)
19:28:42 Join _bilgus [0] (~bilgus@162.154.213.134)
20:00
20:07:22tertuyeah
20:10:26***Saving seen data "./dancer.seen"
20:27:33speachyit would be nice to get the wip port merged in. I picked up one a few years ago but it turned out to have a bad rotary encoder
20:27:53speachypretty much unobtanium now though, so I don't know if there's much point in trying to do the port
21:00
21:15:05 Quit j-r (Ping timeout: 250 seconds)
21:15:17 Join j-r [0] (~j-r@p2003000623cebf43404207fffefd0a65.dip0.t-ipconnect.de)
21:48:12 Quit cockroach (Quit: leaving)
22:00
22:10:29***Saving seen data "./dancer.seen"
22:28:55 Join aquijoule__ [0] (~richbridg@213-225-12-152.nat.highway.a1.net)
22:31:29 Quit aquijoule_ (Ping timeout: 265 seconds)
23:00
23:25:54tertuit'd be nice for everybody stuck with the god-awful ofw
23:46:46 Quit rudi_s (Remote host closed the connection)
23:47:01 Join rudi_s [0] (~simon@user/rudi-s/x-7673890)

Previous day | Next day