2021-08-26.log

- _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
mntmni'm too hyper to focus so i will test zz9000s today13:19
_BnuTest them...13:20
mntmnt e s t13:21
mntmnalso someone sent back THREE zz9000s because they supposedly ~all~ don't work13:21
_BnuTESTします13:21
_Bnu('A`) ?!13:21
mntmnthere was even a bunch of animal fur in the box that was shipped back...13:21
mntmnand some bracket screws missing13:22
mntmnsome people are wild13:22
_Bnu"Can't even be used to kill boars, does not work."13:22
mntmnyeah this was kind of the vibe13:22
_BnuAlso, I watched the Linus Tech Tips video about the more final-ish Windows 11 yesterday.13:29
_BnuAnd the guy was like "but it's not all bad".13:29
_BnuBut it was. It was the shitst ever.13:29
_BnuI have never seen a bigger pile of horrible ideas gathered in one place before.13:29
mntmnhahaha13:41
mntmni have lost track of windows13:41
mntmnand macos, fwiw13:41
mntmni only use AmigaOS 3.1...13:42
+ bfarmilo (~bfarmilo@202.56.40.240)13:59
mntmnbefore i collapse from tiredness i will try to fix the ethernet/audio IRQ stuff that you don't even know exists.18:21
_BnuI already took a nap earlier, so I'm AHIing...18:33
mntmnbecause i'm lazy: which AHI function is called when audio is stopped/paused? asking for a buffer that is not yet cleared...18:34
_BnuUhh, I'm not sure. As you know, both disable and Stop will stop playback.18:42
_BnuStop will most definitely assume that you clear the buffer though, I'm pretty sure FreeAudio will as well... maybe...18:43
mntmnok, i will just put a SetMem in all of dems18:47
_BnuSet all memory.18:49
mntmnamiga designers liked to "fix" posix naming18:51
mntmnso its CopyMem instead of memcpy and SetMem instead of memset...18:51
forcieand Printf() with a large P18:52
mntmnhaha yes18:54
mntmnstrange, undefined reference to `SetMem'18:54
_BnuNever heard of SetMem before...18:56
_BnuI added an accelerated function for it to the PiStorm device, but I couldn't really find anything to hook it to.18:56
mntmni'm using memset now, it seems to be built into gcc18:57
forciethe naming is kind of a good thing though, since you can mix ROM functions and libc functions in the same code depending on your needs18:57
mntmntrue18:58
- xet7 (QUIT: Remote host closed the connection) (~xet7@user/xet7)18:59
forcieand if you can solve something with -nostdlib you are usually rewarded with a very small and fast binary19:00
mntmnsmol19:01
forciesmol hunk19:03
+ xet7 (~xet7@user/xet7)19:07
mntmngrr, 060 unhappy with autoboot again19:07
mntmnoh man http://amigadev.elowar.com/read/ADCD_2.1/Includes_and_Autodocs_3._guide/node01DA.html19:17
mntmnneed to set Z19:17
_BnuAh, holy crapballs. The PlayerFreq changes.19:19
_BnuI was investigating some mods that didn't play back quite properly, random pops and stuff.19:19
_BnuAnd they have PlayerFreq set to shit like 52 and 47.19:20
mntmnoop19:25
mntmnare you already doing your own mixing or timing?19:25
_BnuNo, because that doesn't work.19:26
_BnuIf I was, then it wouldn't be a problem.19:26
_BnuBecause if you don't call PlayerFunc/MixFunc the exact number of times it wants, you get buffer over or underflow.19:26
mntmnah yeah.19:34
mntmnnaja. more tomorrow19:40
_BnuDude, this is so messed up.19:53
mntmnwhat's up19:53
_BnuIt's like, it calls AllocAudio with a PlayerFreq of 50.19:53
_BnuAnd then it suddenly changes to 64.19:53
_BnuRate(?): -2057485448Hz MixFreq: 48000 PlayFreq: 50 Channels: 4 Bsize: 1075541788 Type: 8-bit signed [Mono]19:54
_BnuRate(?): 12000Hz MixFreq: 48000 PlayFreq: 50 Channels: 4 Bsize: 3840 Type: 16-bit signed [Stereo] [line repeated 5 times]19:54
_BnuRate(?): 12000Hz MixFreq: 48000 PlayFreq: 64 Channels: 4 Bsize: 3000 Type: 16-bit signed [Stereo]19:54
_BnuThe first one is AllocAudio, so just ignore the missing values.19:55
_BnuIt just changes all of a sudden. How are you even supposed to deal with that...19:56
mntmnso far i did not care about playerfreq at all19:57
mntmni am using max play samples or sth of 3840 and it always gives me this amount so far19:58
mntmn(with 48khz)19:58
_BnuYes, this does not happen with the Chaos Engine mod you sent me.20:01
_BnuBut it happens with a bunch of the mod files on the CoffinOS Programs partition.20:01
_BnuThis 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 -> Crabster21:11
+ TuKo (uid234064@id-234064.helmsley.irccloud.com)22:08
+ isoriano (~isoriano@5.147.209.166)22:10
isorianoGood evening22: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.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!