Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyho/wavmp3player
MP3 player and wav player based on libmad, for yocto
https://github.com/tonyho/wavmp3player
Last synced: about 2 months ago
JSON representation
MP3 player and wav player based on libmad, for yocto
- Host: GitHub
- URL: https://github.com/tonyho/wavmp3player
- Owner: tonyho
- Created: 2013-11-19T04:12:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-19T04:28:29.000Z (about 11 years ago)
- Last Synced: 2023-03-27T16:19:48.343Z (almost 2 years ago)
- Language: C
- Size: 113 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wavmp3player
============MP3 player and wav player based on libmad, for yocto
##Intructions:
1. Place the manumal.bb and manumal directory to the meta-XXX/recipe-YYY
2. In yocto `build` diretory, source the environment `source poky/oe-XXXXX`
3. Using the hob to edit the image configration, add the `libmad` for the mp3player
4. bitbake the bb file to build the manumaltest: `bitbake -b manualtest.bb -v`
5. If mp3player/wavplayer does not exist in rootfs, copy them form the `{BUILD_OUT}/usr/bin/` to `rootfs/bin`The source code comes from [Source code](http://blog.chinaunix.net/uid/27106528.html)