Search found 2 matches
- Wed Feb 20, 2013 7:34 am
- Forum: Beginners
- Topic: mp3 files keep playing!
- Replies: 1
- Views: 652
Re: mp3 files keep playing!
You have to fork your a music playing and then you have to get send a kill signal to fork. I am giving a below example of logger how you can do that. #!/usr/bin/env python import logging, signal, sys, time import multiprocessing as mp # `pip install multiprocessing` on Python <2.6 class AddProcessNa...
- Wed Feb 20, 2013 7:22 am
- Forum: Other projects
- Topic: Raspberry Pi E-Book
- Replies: 6
- Views: 9825
Re: Raspberry Pi E-Book
A very informative start-up guide for Raspberry Pi.