Thread: Final year project

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    13

    Question Final year project

    Hi All,

    It's that time... time to choose my final year university project.

    I'd like to implement the project using C#.

    I thought of writing some type of meeting recorder for skype, i suppose it would be a like dictation machine for VoIP. Then possibly add some kind of media player to play back the recordings. However I am unsure if this is complex enough for a final year project.

    Just wondering if any of you guys had any creative ideas?

    Thanks in advance

    Adam
    "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg." -- Bjarne Stroustrup

  2. #2
    Banned
    Join Date
    Jun 2005
    Posts
    594
    I dont have any idea's, but you should do this anyways,
    then sell it to skype, if they dont already have one.

  3. #3
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    What about making it more generic, ie not just skye? And store the audio files and the speech transcript, so you can search through the database later. For example, if you were a uni student, you could record all your lectures into this application, and when test time comes along, you could search for "Java" and get a list of all the recordings containing the word Java. Much easier than taking notes IMO.

  4. #4
    Registered User
    Join Date
    Mar 2004
    Posts
    13
    I didn't think it was an idea that could be made complex enough for a final year project. But as you have pointed out making it more generic introduces loads of new feaures that can be implemented.

    Recording VoIP conversations was just a initial idea. it would be nice to select an audio source to record from, i.e. VoIP, just the microphone (lectures, meetings), media player, etc

    Backing it with a database and adding a search facility (by content, date, etc) would almost be essential because there could be potentially hundreds of audio files to search through.

    Anyway, thanks for the advice and reassurance.
    "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg." -- Bjarne Stroustrup

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. cant get code to work
    By duffy in forum C Programming
    Replies: 13
    Last Post: 10-20-2002, 05:23 AM
  3. Calender Control
    By iglod in forum Windows Programming
    Replies: 1
    Last Post: 09-14-2002, 06:38 AM
  4. Pls help me to do this project in C I need source code
    By sureshmenon74 in forum C Programming
    Replies: 4
    Last Post: 10-04-2001, 06:57 AM