←2021-09-25 2021-09-26 2021-09-27→ ↑2021 ↑all
00:01:16 <zzo38> For audio, I think analog wiring is good, although the recording and processing should usually be digital. But, audio should be a separate cable from the video, in my opinion, you can connect it independently
00:01:16 <Hooloovoo> https://en.wikipedia.org/wiki/Serial_digital_interface is a thing I've heard of but never used.
00:01:29 <zzo38> I have heard of it too
00:02:14 <Hooloovoo> hmm, I don't see the advantage of analog audio over a simple digital transport like spidf
00:03:16 <zzo38> Apparently unlike HDMI, SDI has captions. (HDMI added all sorts of stuff but not captions. My own specification has captions in the IMIDI stream, which is a two-way signal, rather than the video, although at least it has captions)
00:04:23 <zzo38> It is one thing I dislike about HDMI. Even though they want to put everything at once, they don't have captions even though a composite video connection does.
00:05:56 <zzo38> (Captions are unimportant for use as a computer monitor, but for television, captions should be wanted)
00:07:27 <fizzie> One thing (that's maybe more of a software than a hardware issue) that weirds me out a little is, at least on my work laptop, all these video outputs that can send audio can't seem to be able to tell whether the other end can actually *do* anything with that audio, and show up as available audio outputs.
00:07:44 <fizzie> Quite often I end up sending audio to a monitor that has no speakers or headphone out or anything.
00:08:34 <fizzie> (I'm sure I could configure those to go away somehow.)
00:18:34 -!- impomatic has quit (Quit: impomatic).
00:18:54 -!- impomatic has joined.
00:23:05 -!- impomatic has quit (Client Quit).
00:23:28 -!- impomatic has joined.
00:25:44 <oerjan> <int-e> `? device <-- hum, have you been following Agora?
00:26:49 <oerjan> that wisdom is about as meaningful as the Agora Device.
00:26:51 <b_jonas> fizzie: isn't that normal? you want the applications and websites to not know whether you have audio, or else you'll have websites that won't work unless you turn up the audio of the ad. but don't worry, there's probably already such a feature for Android apps, and perhaps in a few years it will exist for websites too on mobile phones
00:27:20 <b_jonas> the website will even be able to query if the earphone is actually plugged into your ear or not
00:28:06 <fizzie> I think that's pretty much orthogonal.
00:29:54 <zzo38> Design the browser to not detect the audio volume (and the user can also specify redirection, e.g. to a file or to /dev/null or a filter), and the hardware doesn't let the software know if the audio is connected.
00:31:17 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=88306&oldid=88265 * AmNow * (+64) a and b
00:32:06 <fizzie> If the goal is to browse the web and/or run an app without letting it know whether audio output is going somewhere, they way to do that is not to pretend that connected digital outputs that are technically capable of carrying audio are audio devices, it is to not tell the web and/or app about audio output devices and accept but discard any audio it tries to play.
00:33:34 -!- impomatic has quit (Quit: impomatic).
00:33:57 -!- impomatic has joined.
00:38:05 -!- impomatic has quit (Client Quit).
00:38:28 -!- impomatic has joined.
00:38:51 <zzo38> Well, for web apps, the browser should have options to configure it (like how I mentioned), for native programs, the operating system should have that functionality. Video cables should not be audio I think.
00:39:49 <zzo38> You should be allowed to select any program on your computer that you want to as a filter for any audio/video I/O. This way, you can also redirect it to/from a file, or use a codec that the application does not support, or just discard the data if that is what you want.
00:42:01 <zzo38> Some programs support such functionality for some things (e.g. Heirloom-mailx allows you to write attachments through a pipe filter instead of a file), but most programs don't.
00:43:33 -!- impomatic has quit (Quit: impomatic).
00:43:56 -!- impomatic has joined.
00:48:05 -!- impomatic has quit (Client Quit).
00:48:28 -!- impomatic has joined.
00:53:33 -!- impomatic has quit (Quit: impomatic).
00:53:53 -!- impomatic has joined.
00:58:05 -!- impomatic has quit (Client Quit).
00:58:26 -!- impomatic has joined.
01:03:33 -!- impomatic has quit (Quit: impomatic).
01:03:56 -!- impomatic has joined.
01:08:05 -!- impomatic has quit (Client Quit).
01:08:24 -!- impomatic has joined.
01:15:54 -!- brettgilio has quit (Quit: Leaving...).
01:17:33 -!- brettgilio has joined.
01:19:25 -!- brettgilio has quit (Client Quit).
01:22:33 -!- brettgilio has joined.
01:54:11 <zzo38> Is there a function in C to copy all remaining data from one stream to another? (It is also a function I wanted to use in PostScript, although I know PostScript has no such thing built in)
01:58:33 -!- impomatic has quit (Quit: impomatic).
01:58:53 -!- impomatic has joined.
02:08:05 -!- impomatic has quit (Quit: impomatic).
02:08:27 -!- impomatic has joined.
02:11:29 -!- delta23 has quit (Quit: Leaving).
02:17:31 <esolangs> [[Nabd]] https://esolangs.org/w/index.php?diff=88307&oldid=88294 * BlueOkiris * (-41) /* Description */
02:19:37 <esolangs> [[Nabd]] https://esolangs.org/w/index.php?diff=88308&oldid=88307 * BlueOkiris * (-5) /* Description */
02:21:18 <esolangs> [[Nabd]] https://esolangs.org/w/index.php?diff=88309&oldid=88308 * BlueOkiris * (+120) /* Compiler Status */
02:25:48 <esolangs> [[Nabd]] https://esolangs.org/w/index.php?diff=88310&oldid=88309 * BlueOkiris * (+126) /* Standard Library Functions */
02:26:07 <esolangs> [[Broken Calculator]] https://esolangs.org/w/index.php?diff=88311&oldid=87762 * PixelatedStarfish * (+20) /* External Links */
02:48:40 <b_jonas> zzo38: I don't think so, but the C++ standard library has one
02:55:47 <zzo38> Is there such a function in GNU C?
02:59:22 -!- hendursaga has quit (Quit: hendursaga).
02:59:48 -!- hendursaga has joined.
03:08:34 -!- impomatic has quit (Quit: impomatic).
03:08:55 -!- impomatic has joined.
03:11:33 <esolangs> [[When the Imposter is Sus]] https://esolangs.org/w/index.php?diff=88312&oldid=88296 * Maikeru51 * (+298) Added information about modifying buffer value and about buffer value itself.
03:12:47 <esolangs> [[Special:Log/newusers]] create * Toc8730 * New user account
03:13:05 -!- impomatic has quit (Client Quit).
03:13:28 -!- impomatic has joined.
03:18:35 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=88313&oldid=88302 * Toc8730 * (+178) /* Introductions */
03:22:07 -!- impomatic has quit (Quit: impomatic).
03:27:57 <esolangs> [[Among Us]] https://esolangs.org/w/index.php?diff=88314&oldid=84601 * Toc8730 * (+59) /* External resources */
03:28:10 <esolangs> [[Among Us]] https://esolangs.org/w/index.php?diff=88315&oldid=88314 * Toc8730 * (+2) /* External resources */
03:29:07 <b_jonas> fungot, is the Pokémon Ponyta related to M:tG's Nightmare?
03:46:28 <b_jonas> fungot, I have another question about Pokémon. What types is Metacarp?
03:46:52 <b_jonas> fizzie: fungot is unusually silent today
03:57:04 <esolangs> [[User:Maikeru51]] M https://esolangs.org/w/index.php?diff=88316&oldid=88291 * Maikeru51 * (+45) Chibi Cynthia Related Quote + New Esolang Announcement.
04:22:17 <oerjan> s/silent/absent/
05:07:25 -!- impomatic has joined.
05:08:07 -!- impomatic has quit (Client Quit).
05:08:28 -!- impomatic has joined.
05:25:55 -!- tromp has joined.
05:27:14 -!- tromp has quit (Client Quit).
05:33:03 -!- oerjan has quit (Quit: Nite).
05:43:18 -!- impomatic has quit (Quit: impomatic).
05:43:37 -!- impomatic has joined.
05:47:48 -!- impomatic has quit (Client Quit).
05:48:11 -!- impomatic has joined.
05:53:17 -!- impomatic has quit (Quit: impomatic).
05:53:39 -!- impomatic has joined.
05:57:48 -!- impomatic has quit (Client Quit).
05:58:09 -!- impomatic has joined.
06:23:17 -!- impomatic has quit (Quit: impomatic).
06:23:38 -!- impomatic has joined.
06:23:51 -!- impomatic has quit (Remote host closed the connection).
07:14:05 -!- tromp has joined.
07:34:32 -!- Sgeo has quit (Read error: Connection reset by peer).
07:39:16 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:51:16 -!- tromp has joined.
08:34:44 -!- imode has quit (Ping timeout: 252 seconds).
09:13:39 <APic> Celebrate Bureflux!
09:13:40 <APic> Hail Eris!
09:45:43 -!- fungot has joined.
09:51:30 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
10:01:35 -!- tromp has joined.
10:33:10 -!- immibis_ has changed nick to immibis.
10:51:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
11:11:36 -!- arseniiv_ has joined.
11:29:34 -!- earendel has quit (Quit: Connection closed for inactivity).
11:51:05 -!- arseniiv_ has quit (Ping timeout: 252 seconds).
11:55:50 -!- arseniiv_ has joined.
12:00:41 -!- riv has quit (Quit: Leaving).
12:02:20 -!- Lord_of_Life has quit (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine).
12:03:56 -!- Lord_of_Life has joined.
12:07:25 -!- riv has joined.
12:44:27 <esolangs> [[OREO]] M https://esolangs.org/w/index.php?diff=88317&oldid=88305 * Kaveh Yousefi * (-22) In the Common Lisp implementation, modified the pointer to not rely on the memory vector's fill-pointer in order to conduce simplicity.
13:06:19 -!- arseniiv_ has quit (Ping timeout: 252 seconds).
13:07:02 -!- riv has quit (Quit: Leaving).
13:08:47 -!- riv has joined.
13:13:45 -!- arseniiv_ has joined.
13:59:45 <b_jonas> fungot, is the pokémon Ponyta related to M:tG's Nightmare?
13:59:45 <fungot> b_jonas: i'm not complaining it is lf, i like the for-each-stream-maker example. why do you ask?"
14:14:44 -!- spruit11 has quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.).
14:19:00 -!- spruit11 has joined.
15:24:10 <keegan> APic: all hail discordia
15:25:59 <Corbin> fnord
15:45:07 -!- brettgilio has quit (Quit: Leaving...).
15:46:34 -!- brettgilio has joined.
16:08:25 <b_jonas> fungot, what type is a Metacarp
16:08:25 <fungot> b_jonas: you're in proglangdesign right this minute. anyways...... and then
16:11:48 <esolangs> [[Ark]] https://esolangs.org/w/index.php?diff=88318&oldid=88218 * Spargle * (+90) /* Ark: The esolang that is actually kind of useful. */
16:12:02 <esolangs> [[Ark]] https://esolangs.org/w/index.php?diff=88319&oldid=88318 * Spargle * (-17) /* interpreter: */
16:12:09 <esolangs> [[Ark]] https://esolangs.org/w/index.php?diff=88320&oldid=88319 * Spargle * (-10) /* docs: */
16:30:49 <esolangs> [[Ark]] https://esolangs.org/w/index.php?diff=88321&oldid=88320 * Spargle * (-610) /* Ark: The esolang that is actually kind of useful. */
16:31:14 <esolangs> [[Ark]] https://esolangs.org/w/index.php?diff=88322&oldid=88321 * Spargle * (+2) /* note: when printing a string like this: !B !L !A !H, you must put a space in between each character. */
16:56:18 -!- Sgeo has joined.
17:29:50 -!- tromp has joined.
17:55:35 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:13:20 -!- arseniiv_ has quit (Ping timeout: 252 seconds).
18:26:53 -!- imode has joined.
18:30:22 -!- tromp has joined.
18:48:34 -!- arseniiv_ has joined.
19:10:42 <nakilon> one of my favourite subs https://www.reddit.com/r/itsaunixsystem/comments/pvwsjj/hawaii_50_3d_printing_is_instantaneous/
19:39:14 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:41:46 -!- tromp has joined.
19:57:59 -!- hendursaga has quit (Remote host closed the connection).
19:58:25 -!- hendursaga has joined.
20:31:57 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:34:56 -!- tromp has joined.
21:11:05 -!- Lord_of_Life_ has joined.
21:12:06 -!- Lord_of_Life has quit (Ping timeout: 260 seconds).
21:13:53 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
22:02:24 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:22:42 -!- tromp has joined.
22:41:47 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
23:26:17 -!- arseniiv_ has quit (Ping timeout: 252 seconds).
23:47:40 <esolangs> [[Nabd]] https://esolangs.org/w/index.php?diff=88323&oldid=88310 * BlueOkiris * (+1) /* Standard Library Functions */
23:55:55 -!- dutch has changed nick to SweetLeaf.
←2021-09-25 2021-09-26 2021-09-27→ ↑2021 ↑all