Skip to main content

Featured

What is Neuralink chip ?

 Do you know about cyborgs. If anyone gives you a chance to become cyborg, will you?          In this blog, we're going to see what is Neuralink and how it's working. Neuralink, the Elon Musk company that Reuters reported on Monday is the target of a federal investigation over its animal trial program, has been trying to develop a brain chip that would enable the paralyzed to walk and the blind to see. How will the chip fix in brain?   It is a 30 minutes operation. A surgical robot implant the the chip in the brain. Before this  operation anesthesia will give to to the person. So he doesn't  feel any pain.         Neuralink  chip has the charging capability. Absolutely it is wireless charging. How it works in brain ?   Our brain Create  minute( tiny) electric  signal to command body parts. Neuralink chip caught the the signal and process If the blind person has camera. If he connects the camera with chip. The chip sends the visual recorded by the camera  to brain  and make

How to play audio files in Android using python

How to play audio files in Android using python

 

Step 1: install pygame pip:

Step 2 : import pygame in your code editor(Example : pydroid)




Step 3: create a function with any name


Step 4: inside of the function initialize the pygame and initialize The pygame mixer.create while loop , inside of while loop code SOUNDS = pygame.mixer.Sound("here upload your music file")
SOUNDS.play() 
And call the function 
              



Note :

The music file and code file must save or locate in same folder


                                                  





Comments

Popular Posts