- _Bnu (PART: !!unknown attribute: msg!!) (~beeanyew@89-160-120-72.cust.bredband2.com) | 00:05 | |
+ _Bnu (~beeanyew@89-160-120-72.cust.bredband2.com) | 00:05 | |
- RobDangerous (QUIT: Ping timeout: 250 seconds) (~Thunderbi@p200300ec8f3e1c00b1c750e44795d080.dip0.t-ipconnect.de) | 00:39 | |
- xet7 (QUIT: Remote host closed the connection) (~xet7@user/xet7) | 03:10 | |
+ xet7 (~xet7@user/xet7) | 03:11 | |
+ bfarmilo (~bfarmilo@202.56.40.240) | 03:59 | |
- bfarmilo_ (QUIT: Ping timeout: 250 seconds) (~bfarmilo@202.56.40.240) | 04:00 | |
+ bfarmilo_ (~bfarmilo@202.56.40.240) | 04:01 | |
- bfarmilo (QUIT: Ping timeout: 240 seconds) (~bfarmilo@202.56.40.240) | 04:05 | |
- bfarmilo_ (QUIT: Ping timeout: 250 seconds) (~bfarmilo@202.56.40.240) | 06:03 | |
+ mnemotron (~wayne@194.135.47.239) | 08:36 | |
+ RobDangerous (~Thunderbi@p200300ec8f3e1c00f5523f830f3da6b4.dip0.t-ipconnect.de) | 09:31 | |
- mnemotron (QUIT: Quit: He Who Must Not Be Named) (~wayne@194.135.47.239) | 12:21 | |
- xet7 (QUIT: Remote host closed the connection) (~xet7@user/xet7) | 12:38 | |
+ xet7 (~xet7@user/xet7) | 12:41 | |
mntmn | i'm too hyper to focus so i will test zz9000s today | 13:19 |
---|---|---|
_Bnu | Test them... | 13:20 |
mntmn | t e s t | 13:21 |
mntmn | also someone sent back THREE zz9000s because they supposedly ~all~ don't work | 13:21 |
_Bnu | TESTします | 13:21 |
_Bnu | ('A`) ?! | 13:21 |
mntmn | there was even a bunch of animal fur in the box that was shipped back... | 13:21 |
mntmn | and some bracket screws missing | 13:22 |
mntmn | some people are wild | 13:22 |
_Bnu | "Can't even be used to kill boars, does not work." | 13:22 |
mntmn | yeah this was kind of the vibe | 13:22 |
_Bnu | Also, I watched the Linus Tech Tips video about the more final-ish Windows 11 yesterday. | 13:29 |
_Bnu | And the guy was like "but it's not all bad". | 13:29 |
_Bnu | But it was. It was the shitst ever. | 13:29 |
_Bnu | I have never seen a bigger pile of horrible ideas gathered in one place before. | 13:29 |
mntmn | hahaha | 13:41 |
mntmn | i have lost track of windows | 13:41 |
mntmn | and macos, fwiw | 13:41 |
mntmn | i only use AmigaOS 3.1... | 13:42 |
+ bfarmilo (~bfarmilo@202.56.40.240) | 13:59 | |
mntmn | before i collapse from tiredness i will try to fix the ethernet/audio IRQ stuff that you don't even know exists. | 18:21 |
_Bnu | I already took a nap earlier, so I'm AHIing... | 18:33 |
mntmn | because i'm lazy: which AHI function is called when audio is stopped/paused? asking for a buffer that is not yet cleared... | 18:34 |
_Bnu | Uhh, I'm not sure. As you know, both disable and Stop will stop playback. | 18:42 |
_Bnu | Stop will most definitely assume that you clear the buffer though, I'm pretty sure FreeAudio will as well... maybe... | 18:43 |
mntmn | ok, i will just put a SetMem in all of dems | 18:47 |
_Bnu | Set all memory. | 18:49 |
mntmn | amiga designers liked to "fix" posix naming | 18:51 |
mntmn | so its CopyMem instead of memcpy and SetMem instead of memset... | 18:51 |
forcie | and Printf() with a large P | 18:52 |
mntmn | haha yes | 18:54 |
mntmn | strange, undefined reference to `SetMem' | 18:54 |
_Bnu | Never heard of SetMem before... | 18:56 |
_Bnu | I added an accelerated function for it to the PiStorm device, but I couldn't really find anything to hook it to. | 18:56 |
mntmn | i'm using memset now, it seems to be built into gcc | 18:57 |
forcie | the naming is kind of a good thing though, since you can mix ROM functions and libc functions in the same code depending on your needs | 18:57 |
mntmn | true | 18:58 |
- xet7 (QUIT: Remote host closed the connection) (~xet7@user/xet7) | 18:59 | |
forcie | and if you can solve something with -nostdlib you are usually rewarded with a very small and fast binary | 19:00 |
mntmn | smol | 19:01 |
forcie | smol hunk | 19:03 |
+ xet7 (~xet7@user/xet7) | 19:07 | |
mntmn | grr, 060 unhappy with autoboot again | 19:07 |
mntmn | oh man http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_3._guide/node01DA.html | 19:17 |
mntmn | need to set Z | 19:17 |
_Bnu | Ah, holy crapballs. The PlayerFreq changes. | 19:19 |
_Bnu | I was investigating some mods that didn't play back quite properly, random pops and stuff. | 19:19 |
_Bnu | And they have PlayerFreq set to shit like 52 and 47. | 19:20 |
mntmn | oop | 19:25 |
mntmn | are you already doing your own mixing or timing? | 19:25 |
_Bnu | No, because that doesn't work. | 19:26 |
_Bnu | If I was, then it wouldn't be a problem. | 19:26 |
_Bnu | Because if you don't call PlayerFunc/MixFunc the exact number of times it wants, you get buffer over or underflow. | 19:26 |
mntmn | ah yeah. | 19:34 |
mntmn | naja. more tomorrow | 19:40 |
_Bnu | Dude, this is so messed up. | 19:53 |
mntmn | what's up | 19:53 |
_Bnu | It's like, it calls AllocAudio with a PlayerFreq of 50. | 19:53 |
_Bnu | And then it suddenly changes to 64. | 19:53 |
_Bnu | Rate(?): -2057485448Hz MixFreq: 48000 PlayFreq: 50 Channels: 4 Bsize: 1075541788 Type: 8-bit signed [Mono] | 19:54 |
_Bnu | Rate(?): 12000Hz MixFreq: 48000 PlayFreq: 50 Channels: 4 Bsize: 3840 Type: 16-bit signed [Stereo] [line repeated 5 times] | 19:54 |
_Bnu | Rate(?): 12000Hz MixFreq: 48000 PlayFreq: 64 Channels: 4 Bsize: 3000 Type: 16-bit signed [Stereo] | 19:54 |
_Bnu | The first one is AllocAudio, so just ignore the missing values. | 19:55 |
_Bnu | It just changes all of a sudden. How are you even supposed to deal with that... | 19:56 |
mntmn | so far i did not care about playerfreq at all | 19:57 |
mntmn | i am using max play samples or sth of 3840 and it always gives me this amount so far | 19:58 |
mntmn | (with 48khz) | 19:58 |
_Bnu | Yes, this does not happen with the Chaos Engine mod you sent me. | 20:01 |
_Bnu | But it happens with a bunch of the mod files on the CoffinOS Programs partition. | 20:01 |
_Bnu | This is so messed up. Why does it work this way. | 20:15 |
+ xenial-user (~puppy@213.237.94.134) | 21:10 | |
- xenial-user (QUIT: Changing host) (~puppy@213.237.94.134) | 21:11 | |
+ xenial-user (~puppy@user/crabster) | 21:11 | |
* xenial-user -> Crabster | 21:11 | |
+ TuKo (uid234064@id-234064.helmsley.irccloud.com) | 22:08 | |
+ isoriano (~isoriano@5.147.209.166) | 22:10 | |
isoriano | Good evening | 22:11 |
- bfarmilo (QUIT: Ping timeout: 240 seconds) (~bfarmilo@202.56.40.240) | 22:47 | |
+ apolkosnik[m]1 (~apolkosni@2001:470:69fc:105::ff7) | 23:01 | |
- apolkosnik[m] (QUIT: Ping timeout: 276 seconds) (~apolkosni@2001:470:69fc:105::ff7) | 23:01 | |
- js (QUIT: Ping timeout: 276 seconds) (~js@2001:470:69fc:105::232) | 23:01 | |
+ js (~js@2001:470:69fc:105::232) | 23:02 | |
- Cav (QUIT: Read error: Connection reset by peer) (~Cav@h-158-174-147-121.A444.priv.bahnhof.se) | 23:15 | |
+ Cav (~Cav@h-158-174-147-121.A444.priv.bahnhof.se) | 23:16 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!