ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
jashton has joined #asahi-dev
<jashton> Hello! I'd like to contribute to the project. The psycho acoustic bass plugin is listed as a good starting point, particularly for students. Firstly, am I understanding the scope correctly? The plugin needs to determine what (configurable) frequencies to lower the gain of, and increase the gain of the harmonics of those same frequencies?
<jashton> Well, I just found the research issue page on GitHub and read through that. I'm not familiar with that math, but the idea of creating a daemon to handle this makes sense to me. There's also someone who posted that there's been some talk about this in the IRC channels, though I don't seem to be able to see a history.
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
ah- has quit [Ping timeout: 480 seconds]
ah- has joined #asahi-dev
jashton has quit [Ping timeout: 480 seconds]
linuxgemini01953 has quit []
linuxgemini01953 has joined #asahi-dev
zzywysm_ has joined #asahi-dev
zzywysm has quit [Ping timeout: 480 seconds]
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
crabbedhaloablut has joined #asahi-dev
john-cabaj has quit [Ping timeout: 480 seconds]
tristan2_ has joined #asahi-dev
tristan2 has quit [Ping timeout: 480 seconds]
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
nepeat has quit [Ping timeout: 480 seconds]
nepeat has joined #asahi-dev
amw has joined #asahi-dev
jn has joined #asahi-dev
jnn has quit [Ping timeout: 480 seconds]
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
capta1nt0ad has joined #asahi-dev
nicolas17 has joined #asahi-dev
mkurz has quit [Ping timeout: 480 seconds]
kujeger has quit [Quit: ZNC 1.8.2 - https://znc.in]
WindowPa- has joined #asahi-dev
WindowPain has quit [Ping timeout: 480 seconds]
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
<chadmed> jashton: oop sorry mate i already built that
<chadmed> if youre curious, https://github.com/chadmed/bankstown
mkurz has joined #asahi-dev
tobhe_ has joined #asahi-dev
tobhe has quit [Ping timeout: 480 seconds]
kujeger has joined #asahi-dev
kujeger has quit [Remote host closed the connection]
kujeger has joined #asahi-dev
nimprod3l has joined #asahi-dev
grange_c68 has quit [Quit: The Lounge - https://thelounge.chat]
grange_c688 has joined #asahi-dev
zumi has joined #asahi-dev
zumi has quit [Remote host closed the connection]
zumi has joined #asahi-dev
linuxgemini019531 has joined #asahi-dev
linuxgemini01953 has quit [Ping timeout: 480 seconds]
enron5 has joined #asahi-dev
Method has quit [Quit: ZNC 1.8.2+deb1+bionic2 - https://znc.in]
i509vcb has quit [Quit: Connection closed for inactivity]
CaptainIRS0 has joined #asahi-dev
Method has joined #asahi-dev
CaptainIRS has quit [Ping timeout: 480 seconds]
CaptainIRS0 is now known as CaptainIRS
enron has quit [Ping timeout: 480 seconds]
enron5 is now known as enron
zumi_ has joined #asahi-dev
zumi has quit [Ping timeout: 480 seconds]
zumi_ is now known as zumi
mkurz has quit [Ping timeout: 480 seconds]
zzywysm_ has quit [Quit: Textual IRC Client: www.textualapp.com]
WindowPa- has quit [Quit: ZNC 1.8.2 - https://znc.in]
WindowPain has joined #asahi-dev
jashton has joined #asahi-dev
nst has joined #asahi-dev
tobhe_ is now known as tobhe
jashton has quit [Ping timeout: 480 seconds]
mkurz has joined #asahi-dev
john-cabaj has joined #asahi-dev
alethkit has quit [Remote host closed the connection]
alethkit has joined #asahi-dev
alethkit has quit [Remote host closed the connection]
alethkit has joined #asahi-dev
c10l has quit [Ping timeout: 480 seconds]
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
mkurz_ has joined #asahi-dev
mkurz has quit [Read error: No route to host]
fossdd has quit [Remote host closed the connection]
fossdd has joined #asahi-dev
nimprod3l has quit [Quit: Leaving]
mkurz has joined #asahi-dev
mkurz_ has quit [Ping timeout: 480 seconds]
zzywysm has joined #asahi-dev
axboe has quit [Remote host closed the connection]
axboe has joined #asahi-dev
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
jashton has joined #asahi-dev
jashton has quit [Ping timeout: 480 seconds]
mkurz has quit [Ping timeout: 480 seconds]
krbtgt_ has joined #asahi-dev
krbtgt_ is now known as krbtgt
<krbtgt> i wonder if it might be a good idea to have easy-to-use builds of the latest idevicerestore available for people to use; i..e a single static binary, or packages to point to (though that's distro specific)
<krbtgt> i've been looking into and and the annoying part might be usbmuxd, since it requires udev activation and idevicerestore needs usbmuxd running per the docs
<krbtgt> but if an older version of the distro usbmuxd can be used w/ newer everything else (or iTunes for windows users), then single-binary idevicerestore looks a lot more appealing
<krbtgt> as of now, if an AS mac is your only mac, and you hose it, the steps to be able to DFU without going to the apple store are pretty annoying
<marcan> you don't need udev activation for usbmuxd, you can just run it standalone, but you do need it to be running
<marcan> you do need newer usbmuxd to get the PIDs for newer machines
<marcan> however you should *also* be able to just use the iTunes usbmuxd on Windows, usbmuxd is designed to use the same protocol as Apple's implementation for that reason
<marcan> in principle it should be possible to run usbmuxd in-process with some rework, if someone really cares. you could probably just spawn it as a thread and leave the socket stuff in place even if it all goes back to the same process. but then again at that point it's probably easier to just have a shell script that spawns it before idevicerestore.
* marcan wrote usbmuxd a long, long time ago
<krbtgt> downloading two binaries and spawning usbmuxd if you don't have udev rules for it already doesn't seem too bad
<krbtgt> though supressing the older distro usbmuxd that isn't aware of newer devices could be annoying
<krbtgt> i'm hoping apple's usbmuxd for windows is aware of macs
<j`ey> seems like eiln can play videos over m1n1 now
zumi_ has joined #asahi-dev
zumi has quit [Ping timeout: 480 seconds]
zumi_ is now known as zumi
i509vcb has joined #asahi-dev
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
r0ni has joined #asahi-dev
phire has quit [Remote host closed the connection]
phire has joined #asahi-dev
capta1nt0ad has quit [Ping timeout: 480 seconds]
liszt_ has joined #asahi-dev
liszt has quit [Ping timeout: 480 seconds]
mkurz has joined #asahi-dev
blazra1 is now known as blazra
utsweetyfish has quit [Remote host closed the connection]
utsweetyfish has joined #asahi-dev
linuxgemini019531 has quit []
linuxgemini has joined #asahi-dev
cmtaur^ has joined #asahi-dev
cmtaur^ has quit [Remote host closed the connection]
ydalton has joined #asahi-dev
<ydalton> ^^
<ydalton> this is absolutely beautiful to see
<nicolas17> j`ey: m1n1 bad-apple.mp4 when :D
<ydalton> nicolas17: we saw it on the touchbar but on the actual screen decoded by avd would be really a kicker :D
<janneg> nicolas17: alreeady done proxyclient/experiments/touchbar_bad_apple.py
<nicolas17> janneg: that's not using a video file in avd, is it? :p
<janneg> no, it's using raw frames
<nicolas17> I was replying to "https://github.com/eiln/avd <3 seems like eiln can play videos over m1n1 now"
<ydalton> eiln: what does that m3 firmware do? other than annoy people who have to deal with it
ydalton has left #asahi-dev [ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.0.92)]
mkurz has quit [Ping timeout: 480 seconds]
<janneg> looks like there might be a 3 M3 Pro/Max/... macOS kernel builds. apparently there will be H15G, H15J and H15S. could mean that the two M3 Max variants are different chips
jacksonchen666 has joined #asahi-dev
<nicolas17> janneg: there's a macOS download already, did you see it?
<janneg> I haven't looked at it yet
<nicolas17> it contains kernelcache.release.mac15j kernelcache.release.mac15g kernelcache.release.mac15s
<nicolas17> armfw_g15c.im4p armfw_g15g.im4p armfw_g15s.im4p
<nicolas17> t6030dcp.im4p t603xdcp.im4p t8122dcp.im4p
<krbtgt> good news: i actually made good on that idea
<krbtgt> i have a script that can make a fully static idevicerestore
<nicolas17> oh cool
<krbtgt> untested because i don't feel liike sacrificing a device rn
<nicolas17> janneg: btw what's the source for Ibiza/Lobos/Palma codenames?
<nicolas17> I have seen the names themselves months ago, but back then we didn't know which was which
<janneg> I don't know, amarioguy added them. if I had to guess I would use a different mapping
<nicolas17> ahh okay
DarkShadow4444 has joined #asahi-dev
DarkShadow44 has quit [Read error: Connection reset by peer]
PaulFertser has quit [Remote host closed the connection]
zealouscupuacu has joined #asahi-dev
<krbtgt> https://github.com/NattyNarwhal/static-idevicerestore i've only tested this on aarch64 debian
<krbtgt> very quick and dirty, basically an hour's worth of work
zealouscupuacu has quit [Ping timeout: 480 seconds]
PaulFertser has joined #asahi-dev
zealouscupuacu has joined #asahi-dev
zealouscupuacu has quit []
zealouscupuacu has joined #asahi-dev
zealouscupuacu has quit []