Talking Clock Assignment: Difference between revisions

From MSc Voice Technology
Jump to navigation Jump to search
(started page)
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Welcome to the shared assignment between the "Introduction to Voice Technology" and "Introduction to Programming" courses. In this interdisciplinary project, you will work in groups of 3-4 students to create a functional multilingual talking clock. This assignment will allow you to integrate your knowledge of programming with the principles of voice technology, audio recording, GitHub collaboration, open-source licensing, and FAIR data principles.


=== Task: ===
=== Assessment ===
Your task is to develop a talking clock application that displays the current time in a 12-hour format while offering voice output. The project should provide a user-friendly interface, allowing users to interact with the clock. The clock is programmed in Python and uses audio recordings, which are produced as part of the assignment, as well as (optionally) text-to-speech libraries. The functional scope of the clock and its interface are not limited. The students are encouraged to develop their own feature ideas, such as allowing the user to change the language, voice, pitch, and speed, adding alarm and snooze functionalities, and/or adding support for multiple time zones. The project must adhere to ethical considerations related to data privacy and user consent.
The assignment is integrated across the two courses [[Intro to Voice Technology syllabus|Intro to Voice Technology]]  and Programming for Voice Technology, with each course assessing different components of the assignment.


=== Assignment Components: ===
==== Introduction to Voice Technology: ====


# '''Basic Clock Functionality:''' Implement a clock in Python that accurately displays the current time in a 12-hour format.
* Audio recording and language support: Conceptualization, and recording quality.  
# '''Audio Recording:''' Record audio files for time announcements.  
* User Experience and Customization: This covers the user experience of components 1,3 and 4 without considering any code.  
# '''Voice Integration''': Integrate your audio recordings (potentially: also integrate a text-to-speech library or API for automated voice output).
* Non-Technical Documentation: Team organization and project workflow (component 7.2), GUI user manual (component 7.4) and Licensing statement / reflection FAIR data (component 7.5)
# '''User Interface:''' Forge an intuitive user interface (GUI) enabling users to control your clock. Consider additional features and how best to integrate them into the user interfacce.
# '''Error Handling:''' Construct mechanisms that handle user errors and unanticipated inputs effectively.
# '''GitHub Collaboration:'''
# '''Documentation:'''
# '''Licensing and FAIR data principles:'''


''For details on how the talking clock is graded in the Intro to Voice Technology course, see [[Grading rubrics#Talking clock|the rubric]].''


=== Timeline: ===
==== Programming for Voice Technology: ====


=== Assessment: ===
* Code quality: This covers the technical assessment of components 1, 3, 4 and 5
* GitHub Collaboration
* Technical Documentation: The installation instructions and dependency handling (component 7.1), and the resource documentation and technical reflection (component 7.3)


=== Resources: ===
=== Resources ===
* Additional Python resources
* Recommended text-to-speech libraries or APIs
* Tutorials on audio recording
* GitHub guides for version control
* Open-source licensing guides
 
=== Notes ===
* This is a group assignment. All group members are expected to contribute equally. Using GitHub, each team members contribution can be traced.
* Consider the integration of skills acquired in both courses for a comprehensive project.
* Each group will present their project in a short video demonstration

Latest revision as of 12:25, 24 October 2023

Assessment[edit | edit source]

The assignment is integrated across the two courses Intro to Voice Technology and Programming for Voice Technology, with each course assessing different components of the assignment.

Introduction to Voice Technology:[edit | edit source]

  • Audio recording and language support: Conceptualization, and recording quality.
  • User Experience and Customization: This covers the user experience of components 1,3 and 4 without considering any code.
  • Non-Technical Documentation: Team organization and project workflow (component 7.2), GUI user manual (component 7.4) and Licensing statement / reflection FAIR data (component 7.5)

For details on how the talking clock is graded in the Intro to Voice Technology course, see the rubric.

Programming for Voice Technology:[edit | edit source]

  • Code quality: This covers the technical assessment of components 1, 3, 4 and 5
  • GitHub Collaboration
  • Technical Documentation: The installation instructions and dependency handling (component 7.1), and the resource documentation and technical reflection (component 7.3)

Resources[edit | edit source]

  • Additional Python resources
  • Recommended text-to-speech libraries or APIs
  • Tutorials on audio recording
  • GitHub guides for version control
  • Open-source licensing guides

Notes[edit | edit source]

  • This is a group assignment. All group members are expected to contribute equally. Using GitHub, each team members contribution can be traced.
  • Consider the integration of skills acquired in both courses for a comprehensive project.
  • Each group will present their project in a short video demonstration