pygst is the python binding of Gstreamer which is a media-framework, it supports various media handling such as audio playback, video playback and editing. Installation open up the terminal and enter the following commands sudo apt-get update sudo apt-get install python-gst-1.0 Check if its working properly open up your python shell and import pygst aman@vostro:~$ python Python 2.7.11+ (default, Apr 17 2016, 14:00:29) [GCC 5.3.1 20160413] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pygst >>> if its not installed properly then an error message will be shown: ImportError: No module named pygst
Do you like scrolling lyrics? Want to sing along like karaoke, Then Minilyrics might be all you want. Currently minilyrics is available for windows and Mac platforms only but using WINE and Foobar we can make it work on ubuntu just like it does on windows. WINE is a compatibility layer used to run windows application on linux. Foobar2000 is a light weight music player for windows which we 'll run using WINE. Minilyrics is a lyrics viewer. It show synced scrolling lyrics. It has a large lyrics database, it will have lyrics for almost all of your songs! It comes with many skins to suit your viewing taste. It runs with many players like Winamp, Itunes, Foobar... Read more »
I recently got a soundbot wireless portable speaker, which is by the way really great! but It had some issues making it work with ubuntu. After pairing it was working with Headset Head unit (HSP/HFP) which produced a really bad audio quality. to get the sound right It should be using the High Fidelity playback (A2DP Sink) but it wouldn't select that profile from the sound preferences. Read more »
Comments
Post a Comment