User Tools

Site Tools


gsoc:2024-gsoc-sound-open-firmware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
gsoc:2024-gsoc-sound-open-firmware [2024/01/22 11:43]
IulianaProdan [How do I get started?]
gsoc:2024-gsoc-sound-open-firmware [2024/02/07 19:47] (current)
IulianaProdan [Project #1 Implement a GUI to control data for SOF components]
Line 25: Line 25:
 ===== Project Proposals ===== ===== Project Proposals =====
  
-**To be updated** 
  
-*To be updated* 
  
-==== Proposal ​1: Add serial console driver support in SOF for i.MX8 boards ​====+==== Project #Implement a GUI to control data for SOF components ​====
  
-The goal is to create a driver for i.MX8 serial console, then add support inside the logging system so that logs could be read via serial console. ​+1 contributor medium-size (175 hours)
  
-Code licenseGPL-2.0 OR BSD-3-Clause+Level of difficultyIntermediate
  
-The project is considered successful if the code is accepted into SOF github ​tree.+[[https://​www.sofproject.org/​|Sound Open Firmware (SOF)]] is an open source audio digital signal processing (DSP) firmware and an SDK that together provide infrastructure and development tools for developers working on audio or signal processing. 
 +More on this, you can find here: https://​thesofproject.github.io/​latest/​introduction/​index.html
  
-Mentor: ​ Daniel Baluta <​daniel.baluta@nxp.com>​ +SOF has support ​for NXP, Intel, AMD and Mediatek ​ targets.
- +
- +
-==== Proposal 2: Loopback implementation using demux component ==== +
- +
-The general idea would be to have an ALSA device where playback stream would be looped back into a capture stream. This can be useful ​for echo reference or for audio decoding libraries that could offload the decoding part to the DSP. +
- +
-Github issue: https://​github.com/​thesofproject/​sof/​issues/​3818 +
- +
-Code license: GPL-2.0 OR BSD-3-Clause +
- +
-The project is considered successful if the code is accepted into SOF github tree. +
- +
-Mentor: ​ Daniel Baluta <​daniel.baluta@nxp.com>+
  
 +SOF comes with a set of runtime tools - command line applications that can be used to exchange data with running firmware.
 +An example is sof-ctl, available in SOF repository in directory tools/ctl (https://​github.com/​thesofproject/​sof/​tree/​main/​tools/​ctl). ​
 +This tool is used to configure various SOF components (e.g capability to change equalizer response in runtime is useful for transducer tuning and for scenario of having equalizers under control of user space service).
  
 +The scope of this project is to create a GUI front end for it.
 +This will be used to configure SOF audio components. From simple commands like increase/​decrease volume to more complex like changing filters for equalizer.
  
 +GUIs enable even novice users to quickly get started with programs. Easy-to-understand symbols and explanatory text provide a high degree of user-friendliness.
 +This will make SOF easy to demonstrate its useful capabilities. Will make SOF even more powerful and straightforward.
  
 +To achieve that, the contributor must:
 +  * Contribute any necessary improvements back to the SOF.
 +Technologies used: 
 +  * C, Python GTK. 
 +Mentor:
 +  * Iuliana Prodan - iuliana.prodan@nxp.com
gsoc/2024-gsoc-sound-open-firmware.1705923824.txt.gz · Last modified: 2024/01/22 11:43 by IulianaProdan