Friday, February 7, 2020

AudioVision Music Player & Editor

The description of AudioVision Music Player


AudioVision is modern designed music visualizer, which can be used as fully-featured music player at the same time. It allows you to organize your music by albums, artists, genres, manage playlists and more. The visualizations currently contain a bunch of carefully prepared design patterns with endless customization possibilites. The playback can be controlled also by using wigets, notification or from the lock screen. The user interface is designed with material design in mind for seamless user experience.

Some features:
- organize music by artists, genres, playlists, albums and more
- built-in highly customizable music visualizer with user definable background and colors
- enhance playback by using equalizer to adjust sound levels
- fresh designed material style user interface
- small app size
- multi-size widgets and lock screen controls
- seamless songs playing using queue
- mark best songs as favourite
- create, delete, rename or modify playlists

Monday, May 28, 2018

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome. 

Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.

With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

To use this trick, follow the instructions given below:-

  1. Click on Start. Navigate to All Programs, Accessories and Notepad.
  2. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
     3.  Replace Username with your own name. 
     4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
     5.  Copy the saved file. 
     6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 10, Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it. If you have trouble locating the startup folder, press Windows key+R and type shell:startup in the Run dialog box and press Enter. The startup folder will open.
     7.  Paste the file.



 Make your Computer Welcome you at startup

Now when the next time you start your computer, Windows will welcome you in its own computerized voice. 

Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
  1. Go to Control Panel.
  2. Then click on Switch to Classic View.
  3. Then Click on Sounds and Audio Devices.
  4. Then Click on the Sounds Tab.
  5. Select No Sounds from the Sound Scheme option.
  6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
  7. Click on OK.
Change Sound Scheme to No Sounds

Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

Make your computer speak what you type using notepad

Create Application using notepad to make computer speak what you type


Here is one interesting code created by us to make your computer speak what you type.

Let's Start.

Step 1 : Open your notepad. [start >> run >> Type "notepad" >> Enter]
Step 2 : Copy the following code in notepad then save it with .hta extension [e.g MSG-Speaker.hta]

<html><head><title>Message Speaker - Legend Tech by Hariprasath NT</title><HTA:APPLICATION
APPLICATIONNAME="Message Speaker - Legend Tech by Hariprasath NT"
ID="Mesage Speaker - Legend Tech by Hariprasath NT"
VERSION="1.0"
MAXIMIZEBUTTON="no"
SCROLL="no"/></head>
<style> td { color: Black; }
caption { color: Black; }
body { font-family: Arial; background-color: #388A9F; color: #808080; }
input { background-color: #202020; color: #808080; }
textarea { background-color: #22374B; color: #D6E1EC; font-style:bold; }
</style>
<script language="VBScript">
Sub Window_OnLoad
Dim width,height
width=470
height=400
self.ResizeTo width,height
End Sub
Function Listen
Dim message
message = tamsg.value
If (message = null) Then
X = MsgBox("Enter your message", 48, "Error Message")
Else
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
End If
End Function
</script>
<body bgcolor="white">
<span title="Visit our blog for more https://legendtech03.blogspot.in/"> <marquee color="white" bgcolor="black" style="font-family= Book Antiqua;">This code is uploaded on <font color="cyan">https://legendtech03.blogspot.in/</font></marquee>
</span> <table align="center" width="400"> <caption style="font-family:Book Antiqua; font-size:20;"><hr color="black"><b>Message Speaker</b><hr color="black"></caption>
<tr> <td align="center"> <span title="Enter your Full message here"><textarea id="tamsg" cols="50" rows="10"></textarea></span> </td> </tr>
<td align="right" color="black" style="font-family: Book Antiqua; font-size:18;"> <hr color="black"> <span title="Click here to listen your message">
<input style="width: 130px; height:25px; color: white; background-color: #203040; font-family:Book Antiqua; font-size:15;" type="button" Value="Listen" id="btnsp" onClick="Listen()" onmouseover="btnsp.style.background='#102030'" onmouseout="btnsp.style.background='#203040'"> </span> </td> </tr> <tr>
<td align="right"><hr color="black"> <span title="All rights reserved by Legend Tech" style="font-size: 13px; font-family:Book Antiqua;">&copy; 2018 Legend Tech - All rights reserved.</span> </td> </tr> </table> </body> </html>






 
Step 3 : Now Open that file by double click then you will see one window.






Write your in text-box which you want to listen then click on listen button.

 

Also check out for Make Your Computer Welcome You

GTA VC 100% Completed File 

Thursday, January 18, 2018

GTA VC 100% File

Hi guys. In this blog , I have linked to website which can provide you a 100% Completed GTA VC Game file. Before that check out my YouTube Channel and hit the subscribe button . 

The Game file link is mentioned down below  ⬇




What you have to do after installation:

  1. Extract the file 
  2. Rename the file name from gtavcsf8.b to any slot
  3. Then find the save folder for GTA VC and then save it over there.
  4. That's it. Enjoy playing

Subscribe to my channel for more stuffs like this


AudioVision Music Player & Editor

The description of AudioVision Music Player AudioVision is modern designed music visualizer, which can be used as fully-featured mus...