topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday June 14, 2025, 3:04 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 [2] 3 4 5 6 7 ... 13next
26
This is no longer needed since someone else made a test program that shows the issue and attached it to the JIRA ticket.
27
Maybe Audio Priority Adjuster would be a better name for it. The repository name should be audiopriorityadjuster or aap if you end up using the name that I suggested.
28
I think you should change the name of the repository if possible along with making a better Readme that explains what the program does so other people can find it and be able to test it themselves in order to let you know of any issues they have. Once I have a new pair of headphones, I will test it and let you know if it does what I want or not.
29
It will if it sets the headphones as default when they are connected and then sets the speakers as default when the headphones are disconnected. By the way, others are also having this issue (take a look at https://answers.micr...b3-aa39-4b51821a6965 for one such example).
30
It doesn't work for me the last time I tried it in Windows 10.
31
It would be nice if someone made a program that has a list of output audio devices that were recently used by the OS and let the user select one to use as default when it is connected until it is disconnected, which then will have it use the previous used one as default, then repeat that process when the selected one is connected again.
32
It would be nice if someone made a program that does the same thing as https://github.com/g.../src/lib/str.c#L4078. I am wanting it made so I can see if a test it is doing is failing when ran under ReactOS.
33
General Software Discussion / Re: Tardsplaya 2.0.01
« Last post by Zero3K on June 05, 2022, 01:28 PM »
I didn't develop it. Another guy did.
34
General Software Discussion / Tardsplaya 2.0.01
« Last post by Zero3K on June 03, 2022, 09:48 PM »
It is a heavily modified version of Tardsplaya that now works for showing Twitch.tv streams via MPC-HC, etc. by using its GQL API for getting the resolutions offered by a member's stream. It also has unnecessary UI elements removed, ability to play multiple streams via tabs added, optional logging added, and some ease-of-use features added to it. This version fixes the menu entries that are in the Context Menu of its window.

License: MIT
Source Code: https://github.com/Zero3K/Tardsplaya
Download URL: Download URL: https://github.com/Z...ardsplaya-2.0.01.zip
Size: 1552 KB

Instructions on how to use it:

1. Click Tools, Settings.
2. Change the Player Path to the location where the media player that supports stdin (such as MPC-HC, MPC-BE, VLC) is installed to.
3. Enter the Channel that you want to view, and press Enter (or click Load).
4. Double click the Quality (or click it and then click Watch) that you want to view it in.
5. If you want to view more than one stream at a time, you can do so by pressing Ctrl+N or clicking File, New Stream and repeating #3 and #4 in the new tab that was made.

Screenshot:

20220531-022032784.png
35
General Software Discussion / Re: Looking for someone to fix TardsPlaya
« Last post by Zero3K on May 30, 2022, 07:43 PM »
A guy I found on Upwork.com was able to fix it.
36
I know. It would be nice if I could find someone here to do it for free though. Can anyone fix the errors I get when trying to compile it with Visual Studio 2019? I have made a .sln that just needs them fixed. Maybe getting it to compile with that will fix the crash since it is using a different compiler/linker. If it no longer crashes, then getting it to also compile with MinGW's GCC would be helpful in order to see if it still crashes or not.
37
It crashes when I click File, Run (or press r) when running a build of either hps1x64 or hps2x64 that is compiled with any GCC version plus the ld.exe from binutils 2.36 but not when doing that when running a build of either hps1x64 or hps2x64 that is compiled with any GCC version plus the ld.exe from binutils 2.35. I have managed to pinpoint the line of code responsible. It is ( (func2) (rs->pCodeStart [ Index ]) ) (); in \hps1x64\src\r3000a\src\r3000a.cpp and in \hps2x64\src\r5900\src\r5900.cpp.
38
Or they're just not interested because it's of no benefit to them ... you could always hire a freelancer.

Don't equate lack of interest, (or anything else), with lack of ability.
1. I tried that, but he ended up not being able to do everything I asked of him.
2. Okay.
39
I guess those things are too much for people to do.
40
The things to fix and improve are to fix a crash that happens when running a BIOS when it is built with the latest GCC, add the ability to save the BiosPath to its .hcfg and have it use it if it exists instead of prompting for it but prompt for it if the value isn't in the .hcfg, fix the gap in audio when emulating a PS2 game and add CHD support.
41
It would be nice if someone could fix and improve a set of PS1 and PS2 emulators. Their source code is available at https://github.com/Zero3K/hpsx64.
42
Post New Requests Here / Re: Fixing a Named Pipe to TCP Proxy program
« Last post by Zero3K on May 24, 2021, 04:58 PM »
1. Does it display the pipe's data in the console window?
2. It doesn't have the ability to optionally output to a file.
43
Post New Requests Here / Re: Fixing a Named Pipe to TCP Proxy program
« Last post by Zero3K on May 24, 2021, 01:59 PM »
I now want a program that acts as a named pipe server and shows what is written to it in a console window and optionally written to a file.
44
Coding Snacks / Re: ConnectFusion Download Accelerator
« Last post by Zero3K on November 09, 2020, 09:30 PM »
I have done that a while ago. Its now available at https://github.com/Zero3K/connectfusion.
45
General Software Discussion / Re: Looking for someone to fix TardsPlaya
« Last post by Zero3K on November 05, 2020, 04:38 PM »
Can anyone else fix it?
46
General Software Discussion / Re: Looking for someone to fix TardsPlaya
« Last post by Zero3K on November 01, 2020, 09:49 AM »
1. Its not supposed to be one file. Its sending chunks to a media player such as MPC-BE via pipe://stdin.
2. I made a branch that has it almost working (it just stops requesting data to send to the player after 2 minutes or so, in the case of some streams, it stops after sending chunks to the player and most streams aren't requesting data because its missing chunked encoding support in the HTTP library that it is using). The branch can be found at https://github.com/Z...laya/tree/twitch-fix. I would also like to have the ability to have it buffer multiple streams in one instance finished (the other guy got it to have a bar which shows Stream[1] with no ability to add streams and have them be buffered by it).
47
General Software Discussion / Re: Remote
« Last post by Zero3K on October 28, 2020, 03:19 PM »
I wonder why he limited the responding to issues, etc. in its Repository.
48
General Software Discussion / Remote
« Last post by Zero3K on October 27, 2020, 08:21 AM »
Remote is a program that allows the controlling of multiple computers via one keyboard and mouse. If anyone has any ideas regarding a better name for it, please reply to https://github.com/m...gout/Remote/issues/5.

To use it to control a PC/Laptop from another PC/Laptop, do the following:

1. Choose Server in its dialog box while running it on the PC/Laptop that you're wanting to use to control the other one.
2. Click Start.
3. On the other one, choose Client in its dialog box.
4. Enter in the IP address that is displayed in the dialog box of the one being used as the Server.
5. Click Connect.
6. To control the PC/Laptop that has it running in Client mode from the one being ran in Server mode, move the mouse to the upper right portion of its screen. It should then send the mouse movements to the Client.
7. To regain control of the one being used as Server, move the mouse of the one being used as Client to the upper left portion of its screen.

License: Open Source (MIT)
Download: https://github.com/m...oad/1.0.1/Remote.zip
Website: https://github.com/maxrigout/Remote/

Here is what it looks like:

Remote.png
49
General Software Discussion / Re: vs5x - Video Chat
« Last post by Zero3K on July 31, 2020, 03:14 PM »
Has anyone managed to use it in Server mode without it crashing?
50
General Software Discussion / vs5x - Video Chat
« Last post by Zero3K on July 27, 2020, 10:01 AM »
The developer of Brynhildr has started work on a new Video Chat program called vs5x. Its first version was made the 2nd of this month and it now has a new version that has screen sharing added to it. You can read more info about the old version at http://blog.x-row.net/?p=16918 and the new version at http://blog.x-row.net/?p=16990. You can download it at http://blog.x-row.ne...ile=vs5x&ver=011.
Pages: prev1 [2] 3 4 5 6 7 ... 13next