Raspberry Pi : the Master Key

Total Page:16

File Type:pdf, Size:1020Kb

Raspberry Pi : the Master Key International Journal of Engineering Research & Technology (IJERT) ICONECT' 14 Conference Proceedings Raspberry Pi : The Master Key Vinay Vaishnav 1, Amit Tiwari 2, Musharraf Shaikh 3, S.Raghuvenkatesh 4,Prof. Ashwini Jayawant 5 Department of Electronics & Telecommunication, KCCEMSR, Thane, India 1jiggy1106@ gmail.com, 2tamit484@ gmail.com, 3memush007in@ gmail .com,4raghu.15angels@ gmail.com, [email protected] Abstract — The Raspberry Pi developed in this paper is instructions for building the radio using either the HDD44780 providing a unique idea of making wireless internet radio LCD directly wired to the alongwith interfacing electronic device like stepper motor to it Raspberry PI GPIO pins or using an Adafruit RGB-backlit .The Raspberry Pi is said the master key because it uses a simple LCD plate for Raspberry PI. and portable hardware which can perform all computer operations and simultaneously interface electronic devices. The features of the radio are: Keywords—Internet radio, Master key, stepper motor. 1. Raspberry PI running standard Music Player Daemon (MPD) 2. Three different LCDs supported I. INTRODUCTION 3. 2 x 16 character LCD with HD44780 controller The Raspberry Pi is a credit-card-sized single-board computer 4. 4 x 20 character LCD with HD44780 controller developed in the UK by the Raspberry Pi Foundation with the 5. Adafruit LCD plate with 5 push buttons (I2C interface) intention of promoting the teaching of basic computer science 6. Clock display or IP address display (for web interface) in schools and colleges. It’s tempting to think of the Raspberry 7. Five push button operation (Menu, Volume Up, Down, Pi as a microcontroller development board like Arduino, or as Channel Up, Down) a laptop replacement. In fact it is more like the exposed 8. Artist and track scrolling search function innards of a mobile device, with lots of maker-friendly 9. Plays music from a USB stick or from a Network drive headers for the various ports and functions. Our project is a (NAS) flexible low-cost computer. It provides an ideal environment 10. Menu option to display a single RSS news feed for experimenting with programming and electronics. The 11. Web interface using snoopy and others computer has a credit-card sized footprint and consumes at 12. Plays Radio streams or MP3 and WMA tracks most a few watts of power. IJERT13. Controlled by an Object Orientated Python application The Raspberry Pi is a computer that plugs into TV andIJERT a 14. Support for European character sets (Limited by LCD keyboard. It’s a capable little PC which can be used for many capabilities) of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition III. BLOCK DIAGRAM video. A Raspberry -Pi leads, a power supply or SD cards that are not included but can be purchased later. One can buy preloaded SD cards too. The Raspberry Pi measures 85.60mm x 53.98mm x 17mm, with a little overlap for the SD card and connectors which project over the edges. It weighs around 45g. Overall real world performance is something like a 300MHz Pentium 2. Raspberry-Pi cannot boot without an SD card. There are a number of operating systems running, ported or in the process of being ported to Raspberry-Pi. Like, AROS, Android 4.0,Arch Linux ARM, Debian Squeeze, Firefox OS etc.The Raspberry Pi uses Linux kernel-based operating systems. Raspbian, a Debian-based free operating system optimized for the Raspberry Pi hardware, is the current recommended system. II. FEATURES This project describes how to create an Internet Radio using the Raspberry PI educational computer. It contains Fig.1 System block diagram used in our design www.ijert.org 278 International Journal of Engineering Research & Technology (IJERT) ICONECT' 14 Conference Proceedings IV. HARDWARE 1. SD card containing Linux Operating system The principle hardware required to build the radio consists of 2. USB keyboard the following components: 3. TV or monitor (with HDMI, DVI, Composite or SCART 1. A Raspberry PI computer input) 2. An HD44780 LCD display or an Adafruit RGB-backlit 4. Power supply LCD plate for the Raspberry PI 5. Video cable to suit the TV or monitor used 3. LCD and switches interface board (a) RASPBERRY PI (b) THE HD44780 LCD DISPLAY The Raspberry Pi is a credit-card-sized single-board computer The HDD44780 LCD interface is an industry standard developed in the United Kingdom by the Raspberry Pi interface for a variety of LCD displays.These can come in Foundation with the intention of promoting the teaching of various sizes but the two lines by 16 character display is the basic computer science in schools. most popular. Fig.4 The HD44780 LCD display used as indicator/monitor Fig.2 Raspberry Pi hardware (c) SD CARD As the RPi has no internal mass storage or built-in operating system it requires an SD cardpreloaded with a version of the Linux Operating System. IJERTIJERT Fig.5 SD card used for raspberry pi SD card setup Steps: 1. Formatting the SD card via the mkcard.txt script 2. Formatting the SD card via fdisk "Expert mode" Fig.3 Raspberry Pi Model-B 3. Setting up the boot partition The Raspberry Pi board contains a processor and graphics 4. Writing the image to the SD card and booting GNU/Linux chip, program memory (RAM) and various interfaces and 5. SD Card Cloning/Backup connectors for external devices. Some of these devices are 6. Reading an image from the SD Card essential, others are optional. RPi operates in the same way as 7. Copying an image to the SD Card a standard PC, requiring a keyboard for commandentry, a 8. Software Development/Proving display unit and a power supply. It also requires ‘mass- storage’, but a hard disk drive of the type found in a typical (d) POWER SUPPLY PC is not really in keeping with the miniature size of RPi. The unit is powered via the micro USB connector (only the Instead we will use an SD Flash memory card normally used power pins are connected, so it will not transfer data over this in digital cameras, configured in such a way to ‘look like’ a connection). hard drive to RPi’s processor. RPi will ‘boot’ (load the Operating System into RAM) from this card in the same way (e) STEPPER MOTOR as a PC ‘boots up’ into Windows from its hard disk. The following are essential to get started: www.ijert.org 279 International Journal of Engineering Research & Technology (IJERT) ICONECT' 14 Conference Proceedings to be used. It is recommended that a powered hub is used - this will provide any additional power to the devices without affecting the RPi itself. (c) CASE Since the RPi is supplied without a case, it will be important to ensure that you do not use it in places where it will come into contact with conductive metal or liquids, unless suitably protected. (d) EXPANSION AND LOW-LEVEL PERIPHERALS If you plan on making use of the low-level interfaces available on the RPi, then ensure you have a suitable plug for the GPIO header pins. Also if you have a particular low-level project in mind, then ensure you design-in suitable protection circuits to keep your RPi safe. Fig.6 Stepper motor used for interfacing The motor connects to the controller board with a pre-supplied VI. GENERAL PURPOSE INPUT OUTPUT PINS (GPIO) connector.The controller board has 4+2 pins that need to be The figure shows the available pins for external access to the connected to the Pi header (P1). Raspberry Pi. Grayed out pins N/C are not for external 1.5V (P1-02) connections and are used internally. GPIO pins 17, 18, 21, 22, 2.GND (P1-06) 23, 24, 25 are available for external I/O connections. The pins 3.Inp1 (P1-18) are numbered from 1 to 26, left to right and top to bottom. The 4.Inp2 (P1-22) 5V pin is marked in red as a caution since the Raspberry Pi 5.Inp3 (P1-24) operates at the 3.3V level only. Incoming 5V signals must be 6.Inp4 (P1-26) voltage divided to yield only up to 3.3V before entering the Raspberry Pi. The unit is powered via the micro USB (f) KEYBOARD AND MOUSE connector (only the power pins are connected, so it will not Most standard USB keyboards and mice will work with the transfer data over this connection). A standard modern phone RPi. Wireless keyboard/mice should also function. charger (g) CABLES You will need one or more cables to connect up your RPi system. IJERTIJERT 1. Video cable alternatives: a) HDMI-A cable b) HDMI-A cable + DVI adapter c) Composite video cable d) Composite video cable + SCART adaptor 2.Audio cable (not needed if you use the HDMI video connection to a TV) 3.Ethernet/LAN cable. V. ADDITIONAL PERIPHERALS You may decide you want to use various other devices with your RPi, such as Flash Drives/Portable Hard Drives, Fig.7 GPIO pins (arrowed) used in our design Speakers etc. (a) INTERNET CONNECTIVITY This may be via an Ethernet/LAN cable (standard RJ45 VII. SPECIAL FUNCTION PINS connector) or a USB WiFi adaptor. The RPi Model B Ethernet port is auto-sensing which means that it may be connected to a router or directly to another computer (without the need for a crossover cable). (b) USB HUB In order to connect additional devices to the RPi, you may want to obtain a USB hub, which will allow multiple devices www.ijert.org 280 International Journal of Engineering Research & Technology (IJERT) ICONECT' 14 Conference Proceedings Fig.9 Music player daemon design Music Player Daemon (MPD) is a free and open source music player server.
Recommended publications
  • X1 Complete User Manual (For Versions After FW1.0)
    X1 Complete User Manual (For versions after FW1.0) Now Playing Foreword: Thank you for purchasing FiiO’s X1, our 192k/24bit high resolution lossless music player. To let you better utilize the X1, we have prepared this complete user manual and collected and answered some frequently asked questions by users. We hope that this manual will help you get to know the X1 and unleash its full potential. 1 Contents A. Introduction………………………………....…………………………… 3 B. Buttons and ports introduced………….…………………….3-4 C. Firmware update…………………….......………………………………5 D. Pictorial guide to menu operation…......…….…………….6-7 E. Menu operation……………………………………………………….8-10 F. Tips on usage……………………………………......……………………11 G. FAQ on the X1……………………………...…………………………….12 1) About charging…………………………………………….................………………12-13 2) Transferring songs……………………….……………………..............……………13-14 3) Firmware upgrades……………….……….………………………................…………14 4) Storage………………………………………..……………………........................…….14-15 5) Music playback………….......……….………………………….................………………16 6) Other operations…………….…………………………........….............…………………17 7) Connection with other audio equipment……..…..................…………………17 2 A. Introduction The X1 is a HiFi-class high resolution digital audio player, supporting lossy and lossless music formats including MP2, MP3, WAV, WMA, APE, FLAC, AAC, ALAC, and OGG. A maximum sample rate of 192k/24bit is supported and CUE sheets and gapless playback are also supported. The following sections are an illustrated guide to using the X1.
    [Show full text]
  • A High-Level Programming Language for Multimedia Streaming
    Liquidsoap: a High-Level Programming Language for Multimedia Streaming David Baelde1, Romain Beauxis2, and Samuel Mimram3 1 University of Minnesota, USA 2 Department of Mathematics, Tulane University, USA 3 CEA LIST – LMeASI, France Abstract. Generating multimedia streams, such as in a netradio, is a task which is complex and difficult to adapt to every users’ needs. We introduce a novel approach in order to achieve it, based on a dedi- cated high-level functional programming language, called Liquidsoap, for generating, manipulating and broadcasting multimedia streams. Unlike traditional approaches, which are based on configuration files or static graphical interfaces, it also allows the user to build complex and highly customized systems. This language is based on a model for streams and contains operators and constructions, which make it adapted to the gen- eration of streams. The interpreter of the language also ensures many properties concerning the good execution of the stream generation. The widespread adoption of broadband internet in the last decades has changed a lot our way of producing and consuming information. Classical devices from the analog era, such as television or radio broadcasting devices have been rapidly adapted to the digital world in order to benefit from the new technologies available. While analog devices were mostly based on hardware implementations, their digital counterparts often consist in software implementations, which po- tentially offers much more flexibility and modularity in their design. However, there is still much progress to be done to unleash this potential in many ar- eas where software implementations remain pretty much as hard-wired as their digital counterparts.
    [Show full text]
  • Tamil Flac Songs Free Download Tamil Flac Songs Free Download
    tamil flac songs free download Tamil flac songs free download. Get notified on all the latest Music, Movies and TV Shows. With a unique loyalty program, the Hungama rewards you for predefined action on our platform. Accumulated coins can be redeemed to, Hungama subscriptions. You can also login to Hungama Apps(Music & Movies) with your Hungama web credentials & redeem coins to download MP3/MP4 tracks. You need to be a registered user to enjoy the benefits of Rewards Program. You are not authorised arena user. Please subscribe to Arena to play this content. [Hi-Res Audio] 30+ Free HD Music Download Sites (2021) ► Read the definitive guide to hi-res audio (HD music, HRA): Where can you download free high-resolution files (24-bit FLAC, 384 kHz/ 32 bit, DSD, DXD, MQA, Multichannel)? Where to buy it? Where are hi-res audio streamings? See our top 10 and long hi-res download site list. ► What is high definition audio capability or it’s a gimmick? What is after hi-res? What's the highest sound quality? Discover greater details of high- definition musical formats, that, maybe, never heard before. The explanation is written by Yuri Korzunov, audio software developer with 20+ years of experience in signal processing. Keep reading. Table of content (click to show). Our Top 10 Hi-Res Audio Music Websites for Free Downloads Where can I download Hi Res music for free and paid music sites? High- resolution music free and paid download sites Big detailed list of free and paid download sites Download music free online resources (additional) Download music free online resources (additional) Download music and audio resources High resolution and audiophile streaming Why does Hi Res audio need? Digital recording issues Digital Signal Processing What is after hi-res sound? How many GB is 1000 songs? Myth #1.
    [Show full text]
  • Archphile Manual V.0.13.7 (2020-05-13) – – [email protected] 2
    Archphile Manual V.0.13.7 (minimum requirements – Archphile 1.19 beta – codename Corona) [email protected] Last edited: 2020-05-13 1 Table Of Contents Introduction. 4 Finding The IP Address For The First Time . 4 Connect Via SSH . 4 File Editing with nano. 5 Systemd Services. 5 1.0 System Configuration. 5 1.1 Root Password . 5 1.2 Timezone And NTP Server Configuration . 5 2.0 Network Configuration . 6 3.0 NAS Configuration . 7 3.1 Samba Shares. 7 3.2 NFS Shares. 7 3.3 USB Disk Sharing. 8 3.4 Spinning Down USB Disks . 8 4.0 MPD . 9 4.1 Packages. 9 4.2 Additional File Extensions Support. 9 4.3 Software/Hardware Mixer . 10 4.4 Resampling. 11 4.5 MPD and DSD . 12 4.5 Library Auto-Update . 12 4.6 Backup/Restore Of Music Library Database. 13 5.0 UPNP/DLNA Support . 14 5.1 General Use . 14 5.2 Upmpdcli and Tidal. 14 6.0 Airplay Support . 15 7.0 Spotify Support . 16 8.0 Roon Support. 17 9.0 Squeezelite . 18 10.0 Android Remote Control . 19 11.0 Archphile And I2S DACs For The Raspberry Pi. 20 12.0 Archphile Optimizations. 20 12.1 Odroid C2 Optimizations. 20 12.2 Raspberry Pi 2/3 Optimizations . 22 12.3 Raspberry Pi 4 Optimizations . 22 12.3 Generic Optimizations. 28 13.0 Real Life Examples . 29 Archphile Manual V.0.13.7 (2020-05-13) – https://archphile.org – [email protected] 2 13.1 Simple Use With A USB Disk Or Stick.
    [Show full text]
  • Opus, a Free, High-Quality Speech and Audio Codec
    Opus, a free, high-quality speech and audio codec Jean-Marc Valin, Koen Vos, Timothy B. Terriberry, Gregory Maxwell 29 January 2014 Xiph.Org & Mozilla What is Opus? ● New highly-flexible speech and audio codec – Works for most audio applications ● Completely free – Royalty-free licensing – Open-source implementation ● IETF RFC 6716 (Sep. 2012) Xiph.Org & Mozilla Why a New Audio Codec? http://xkcd.com/927/ http://imgs.xkcd.com/comics/standards.png Xiph.Org & Mozilla Why Should You Care? ● Best-in-class performance within a wide range of bitrates and applications ● Adaptability to varying network conditions ● Will be deployed as part of WebRTC ● No licensing costs ● No incompatible flavours Xiph.Org & Mozilla History ● Jan. 2007: SILK project started at Skype ● Nov. 2007: CELT project started ● Mar. 2009: Skype asks IETF to create a WG ● Feb. 2010: WG created ● Jul. 2010: First prototype of SILK+CELT codec ● Dec 2011: Opus surpasses Vorbis and AAC ● Sep. 2012: Opus becomes RFC 6716 ● Dec. 2013: Version 1.1 of libopus released Xiph.Org & Mozilla Applications and Standards (2010) Application Codec VoIP with PSTN AMR-NB Wideband VoIP/videoconference AMR-WB High-quality videoconference G.719 Low-bitrate music streaming HE-AAC High-quality music streaming AAC-LC Low-delay broadcast AAC-ELD Network music performance Xiph.Org & Mozilla Applications and Standards (2013) Application Codec VoIP with PSTN Opus Wideband VoIP/videoconference Opus High-quality videoconference Opus Low-bitrate music streaming Opus High-quality music streaming Opus Low-delay
    [Show full text]
  • Product Information 08
    Product information 08. 2017 Stream Box DS2 T 24bit/192kHz HiRes audio streamer & internet radio transport AUDIO FORMATS MP3, FLAC (up to 24bit/192kHz including 24/176), • 24 bit/192kHz Hires Audio streaming client WMA9-lossless, AIFF (up to 24bit/192kHz), • Spotify Connect support AAC, ALAC (up to 24bit/48kHz), • Lossless streaming with Tidal LPCM (WAV, up to 24bit/192kHz), Ogg Vorbis 1.0 • WAV, AIFF, FLAC, WMA9 lossless, ALAC & AAC INTERNETRADIO vTuner built-in • FLAC decoding for all 9 compression levels including GAPLESS all audio formats INPUT Network & USB 2.0 (compatible with USB 3.0 Level 0 (data rate up to approximately 9 mbit/s) devices), (24/192, type A), supports flash & hard • Gapless playback of all audio formats disc drives (FAT16 & FAT32) • Digital coax and optical output OUTPUTS S/PDIF coax, S/PDIF optical • Search functionality fast forward and back SN RATIO 100dB @ 1,8V • Alphanumeric search NETWORK Wi-Fi IEEE 802.11 b/g & Ethernet RJ45 • 3,5“ colour display shows cover art and metadata EXTERNAL CONTROL free Box Control APP available for iOS and Android • Multiple display languages POWER SUPPLY 9VDC/2A • Wifi 802.11 b/g allowing real wireless 24/192 POWER CONSUMPTION 16,2W max with HD drive/ 0,3W standby • Solid metal casework prevents from interference COLOURS black or silver • Special proprietary NetAPI implemented for fast access DIMENSIONS 72 x 206 x 200 mm (HxWxD) without antenna WEIGHT 2,75 kg • Available in silver or black • Free Control APP (iOS & Android) Stream Box DS2 T SRP 699,00 € Stream Box DS2 T Incl wooden sidepanels SRP 799,00 € Stream Box DS2 T is a fully equipped audio streaming client with internet radio, that is able to play music stored on network servers (computers, NAS drives, etc) connected to your home network.
    [Show full text]
  • The Top 10 Open Source Music Players Scores of Music Players Are Available in the Open Source World, and Each One Has Something That Is Unique
    For U & Me Overview The Top 10 Open Source Music Players Scores of music players are available in the open source world, and each one has something that is unique. Here are the top 10 music players for you to check out. verybody likes to use a music player that is hassle- Amarok free and easy to operate, besides having plenty of Amarok is a part of the KDE project and is the default music Efeatures to enhance the music experience. The open player in Kubuntu. Mark Kretschmann started this project. source community has developed many music players. This The Amarok experience can be enhanced with custom scripts article lists the features of the ten best open source music or by using scripts contributed by other developers. players, which will help you to select the player most Its first release was on June 23, 2003. Amarok has been suited to your musical tastes. The article also helps those developed in C++ using Qt (the toolkit for cross-platform who wish to explore the features and capabilities of open application development). Its tagline, ‘Rediscover your source music players. Music’, is indeed true, considering its long list of features. 98 | FEBRUARY 2014 | OPEN SOURCE FOR YoU | www.LinuxForU.com Overview For U & Me Table 1: Features at a glance iPod sync Track info Smart/ Name/ Fade/ gapless and USB Radio and Remotely Last.fm Playback and lyrics dynamic Feature playback device podcasts controlled integration resume lookup playlist support Amarok Crossfade Both Yes Both Yes Both Yes Yes (Xine), Gapless (Gstreamer) aTunes Fade only
    [Show full text]
  • Foobar Resume Playback After Playing Different Song
    Foobar Resume Playback After Playing Different Song Orphic and cowardly Sammy always chitters nominatively and presuming his assagai. Yacov never reest any titubations grunt therefor, is Shelby recessed and statist enough? Rutter reifies blushingly if feldspathoid Tudor nicks or out. Hit Spacebar again and playback will pause from long end justify the gap. This resume playback after the song played one of foobar is played track begins on? Retrieve upcoming album releases and concerts. What more assured of songs play it is after download additional options like foobar and. The songs to operate; using plugins you can upgrade to! Return a bounty of plays that the user has building since the app has started. Just play songs you can. Dangerous will resume playback after i played songs with different protocol spoken, song has an. Winyl interface is simple and to the point, and not the exact beginning? Out that contain lossy data insights to playback resume from your experience possible solutions for me? That plays it play songs and resume position that helps you have. No offense, the Western European cities suffered a lump, will drain of your help. Dust in winamp, it is playing records for you in some artists and even offline music on your. For different players on windows switch to play history over written as far i played track after player! You do not have permission to remove this product association. So what is early is failure situation? You sure is characterised by default ui improvements over time, which is use resume playing mode. Otherwise superb roon experience.
    [Show full text]
  • Tiny Disco: a Cost-Effective, High-Fidelity Wireless Audio System ​ Quarter / Year Submitted: Winter 2020 ​ Student: (Print Name) ______(Sign) ______
    Tiny Disco: A Cost-Effective, High-Fidelity Wireless Audio System A Senior Project Report presented to the Faculty of California Polytechnic State University San Luis Obispo In Partial Fulfillment of the Requirements for the Degree Bachelor of Science in Computer Engineering By Luke Liberatore February 2020 Date of Submission: February 25, 2020 Senior Project Advisor: Hugh Smith Abstract The Tiny Disco is a WiFi based concert system, featuring improvements on popular “Silent Disco” concerts. Rather than being tied to compression and bandwidth restrictions present in traditional silent disco systems, the Tiny Disco system can deliver 320kbps+ audio quality, and allows listeners to bring their own headphones, further lending to the high quality audio experience. Tiny Disco uses a Raspberry Pi as the audio server, and Espressif ESP32 microcontrollers as audio receivers/clients. The Tiny Disco is primarily geared toward smaller concerts and niche events where audio quality is valued, though due to its WiFi-based architecture, it can be expanded to events of a few hundred people fairly easily. The Tiny Disco system was developed and tested, and performed successfully using a test setup. Only one client was tested due to cost constraints, but load testing was performed against the Raspberry Pi server, as well as bandwidth/audio quality analysis. 2 Table of Contents Abstract 2 Table of Contents 3 Introduction 5 Stakeholders 7 Project Goals and Objectives 7 Project Deliverables 8 Project Outcomes 8 Background 9 Experimentation to help develop
    [Show full text]
  • The Best Audio Codec When Downloading a Torrent
    the best audio codec when downloading a torrent AAC VS MP3: Which is The Best Audio Format? When you organize your digital music, do you notice that the number of different audio formats in your library? Most of us usually hear and use MP3 audio format, but what about AAC format? When thinking about audio quality, will you choose MP3 or AAC as you download music format? If you want to clear out these questions, you first need to know what difference between these two audios formats and which one is the best choice for you. On this page, I will introduce you to the difference between AAC and MP3 in audio quality, file size, and compatibility, and help you to choose for the best audio format. Don't Miss: AAC vs. MP3, Which is The Best Format for Your Music. AAC and MP3 are lossy formats for audio files that they use compression to create smaller audio files. MP3, an audio-specific format, has been the standard of digital audio compression for the playback of music on digital audio players. Although AAC is better than MP3 in audio quality and file size, ACC is not as popular as MP3. MP3 Overview. MP3 (MPEG-1 Audio Layer 3 ) is a coding format for digital audio. Since the original launch in 1993, it has become one of the widely used audio file formats over the past three decades in the world. MP3 is designed to greatly reduce the file size by discarding the parts of PCM audio data that are not important to the human hearing so as to achieve the purpose of compressing into smaller files.
    [Show full text]
  • Pocket Player 2 Documentation
    Pocket Player Documentation Introduction Pocket Player is a fully featured audio player for Pocket PC. Key features include: Interface: • Skinnable: support for both Pocket Player formatted skins (PSZ), as well as any Winamp 2.X skin (WSZ) • Skin hue adjustment: adjust the colors of any skin to suit your tastes • On-skin Visualization support; standard Oscilloscope, Spectrum Analyzer as well as Visualization plugin interface • Pocket PC Notification Icon (Start bar), with popup playback management • Optional Today Screen Plugin Formats: • MP3 support (CBR and VBR, up to 320 kbps) • Ogg Vorbis support • WMA support • WAV support (useful for managing Voice Notes; can play compressed WAV) • HTTP Streaming (standard and Shoutcast/Icecast streaming) • Windows Network Share streaming and folder browsing • ID3 v1/v1.1/v2 reading; scans playlist in background Playback: • CD quality, stereo playback • Gapless playback, with optional crossfading support • 10-band Equalizer and Preamplifier for all formats • Equalizer genre presets; auto-load preset per track support; preset manager • Smart file caching support for Microdrive playback • Repeat and Shuffle playback options • Bookmark and Auto Resume functionality Playlists: • All known playlist format support (M3U, PLS, ASX, PLT, LST) • Automatic "Local Content" playlist detects card insertion and removal; file copying • Automatic Playlist manager keeps track of all playlists on device • "Favorites" playlist for both local and web content • Add by Name for Network playback support • Add Folder, with recursion • Sort playlist by file, title, or randomize Other: • Hardware button mapping, with button lock support • Auto-screen shutoff • User-managed Bookmark support; jump to a track and position • Automatic "Seek to last position" indexing, useful for audio books • Seek back/forward seconds and minutes • Pocket PC 2000 (ARM only), Pocket PC 2002, and Pocket PC 2003 support Installation To install Pocket Player, double-click the PocketPlayer.exe downloadable from the download page.
    [Show full text]
  • Release 0.23~Git Max Kellermann
    Music Player Daemon Release 0.23~git Max Kellermann Sep 24, 2021 CONTENTS: 1 User’s Manual 1 1.1 Introduction...............................................1 1.2 Installation................................................1 1.3 Configuration...............................................4 1.4 Advanced configuration......................................... 12 1.5 Using MPD................................................ 14 1.6 Advanced usage............................................. 16 1.7 Client Hacks............................................... 18 1.8 Troubleshooting............................................. 18 2 Plugin reference 23 2.1 Database plugins............................................. 23 2.2 Storage plugins.............................................. 24 2.3 Neighbor plugins............................................. 25 2.4 Input plugins............................................... 25 2.5 Decoder plugins............................................. 27 2.6 Encoder plugins............................................. 32 2.7 Resampler plugins............................................ 33 2.8 Output plugins.............................................. 35 2.9 Filter plugins............................................... 42 2.10 Playlist plugins.............................................. 43 2.11 Archive plugins.............................................. 44 3 Developer’s Manual 45 3.1 Introduction............................................... 45 3.2 Code Style...............................................
    [Show full text]