Download presentation
Presentation is loading. Please wait.
Published byDestini Screen Modified over 9 years ago
1
Final Year Project Progress January 2007 By Daire O’Neill 4EE
2
Overview of progress to date Have installed Ubuntu and become familiar with the basics: using shell commands,configuring for internet, installing tarballs and rpm packages. Have also used open source audio programs successfully, implementing JACK and ALSA Have installed Ubuntu and become familiar with the basics: using shell commands,configuring for internet, installing tarballs and rpm packages. Have also used open source audio programs successfully, implementing JACK and ALSA Have done research and developed ideas to solve the issue of synchronisation of audio files Have done research and developed ideas to solve the issue of synchronisation of audio files Have investigated using Python for writing additional scripts, for open source programs Have investigated using Python for writing additional scripts, for open source programs Currently setting up basic FTP client/server network, for transfer of audio files Currently setting up basic FTP client/server network, for transfer of audio files
3
Synchronisation of audio files An issue that was previously highlighted was the accurate synchronisation of audio files An issue that was previously highlighted was the accurate synchronisation of audio files Due to variations in clock speeds on different computers, an audio file recorded on a PC may not play back with precisely the same speed on a different PC Due to variations in clock speeds on different computers, an audio file recorded on a PC may not play back with precisely the same speed on a different PC The difference is small enough not to be noticed for normal playback, but is an issue when synchronising multiple files for longer playback The difference is small enough not to be noticed for normal playback, but is an issue when synchronising multiple files for longer playback
4
Synchronisation of audio files One solution may be to provide a front-end hardware device for capture of audio into the digital domain One solution may be to provide a front-end hardware device for capture of audio into the digital domain Provided that the interface is manufactured within sufficiently strict limits, the timing characteristics for 2 interfaces should be very similar for a given audio signal Provided that the interface is manufactured within sufficiently strict limits, the timing characteristics for 2 interfaces should be very similar for a given audio signal
5
Hardware interface An interface such as this may comprise of a high quality ADC chip, microphone and line level inputs, volume control and level indicator An interface such as this may comprise of a high quality ADC chip, microphone and line level inputs, volume control and level indicator By connecting with a PC via a USB (or Firewire) interface, it works with the software to record an analogue signal and transfer the digital stream to the hard disk of the PC for storage By connecting with a PC via a USB (or Firewire) interface, it works with the software to record an analogue signal and transfer the digital stream to the hard disk of the PC for storage To complete feasibility report on such an interface… To complete feasibility report on such an interface…
6
Synchronisation of audio files Once accurate capture of the audio signal has been achieved, synchronised playback of various audio files is possible even with different PCs and clock speeds. Once accurate capture of the audio signal has been achieved, synchronised playback of various audio files is possible even with different PCs and clock speeds. This is because the playback of each audio file is always driven from the same clock, so the different files will playback in sync relative to each other. This is because the playback of each audio file is always driven from the same clock, so the different files will playback in sync relative to each other.
7
Synchronisation of audio files A file that was downloaded from the internet (where it was recorded and uploaded by a different user) may play back on your machine at a slightly slower speed than which it was originally recorded A file that was downloaded from the internet (where it was recorded and uploaded by a different user) may play back on your machine at a slightly slower speed than which it was originally recorded But, it will be synchronised with the measure ( of the playback software, provided that the original digital capture was accurate. But, it will be synchronised with the measure ( of the playback software, provided that the original digital capture was accurate. To explain this in more detail… To explain this in more detail…
8
Example: Synchronisation
9
VoltageSample No.Measure 200 1.87654 V 3.255 beats Sample Audio Capture Sample Data Recording Software
10
Capture As well as recording the value of the audio signal (voltage) for each sample instant, the value of the measure (number of beats) for that sample is also stored: As well as recording the value of the audio signal (voltage) for each sample instant, the value of the measure (number of beats) for that sample is also stored: VoltageSample No.Measure 200 1.87654 V 3.255 beats
11
Playback In most audio playback devices, a collection of audio samples is stored in a buffer, and are reproduced (converted back to analogue) at the same rate at which they were captured, e.g 44.1 kHz for most digital audio In most audio playback devices, a collection of audio samples is stored in a buffer, and are reproduced (converted back to analogue) at the same rate at which they were captured, e.g 44.1 kHz for most digital audio Variations in clock speed, (i.e. the consistency of the 44.1 khz rate) produce timing problems when playing back multiple samples for synchronisation Variations in clock speed, (i.e. the consistency of the 44.1 khz rate) produce timing problems when playing back multiple samples for synchronisation
12
Solution? A different approach is required for successful synchronisation… A different approach is required for successful synchronisation… Rather than letting the clock “just run”, samples should be played back and aligned according to their position in the ‘measure’ at which they were captured Rather than letting the clock “just run”, samples should be played back and aligned according to their position in the ‘measure’ at which they were captured Once the capture is accurate (achieved by using standard interfaces), then any sample captured in this way should play back accurately on any PC running the same software Once the capture is accurate (achieved by using standard interfaces), then any sample captured in this way should play back accurately on any PC running the same software
13
Playback 3.249 3.250 3.251 3.252 3.253 3.254 3.255 3.256 3.257 VoltageSample No.Measure 200 1.87654 V 3.255 beats Measure Signal Sample Data
14
Synchronisation of audio files So, regardless of the variation in clock speed on playback, accurate timing is provided due to each sample being ‘tagged’ with the value of the measure (beats) at each sample instant-this will not vary between machines running the same software So, regardless of the variation in clock speed on playback, accurate timing is provided due to each sample being ‘tagged’ with the value of the measure (beats) at each sample instant-this will not vary between machines running the same software A different clock speed will result in the overall collection of samples being played faster or slower than normal (different sampling rate), but all samples will be synchronised relative to each other A different clock speed will result in the overall collection of samples being played faster or slower than normal (different sampling rate), but all samples will be synchronised relative to each other
15
Another example Another example of using a variable sampling rate can be shown with the issue of ‘network speakers’-speakers that have an Ethernet or wireless connection to receive a digital stream, which is then converted to analogue and output as sound Another example of using a variable sampling rate can be shown with the issue of ‘network speakers’-speakers that have an Ethernet or wireless connection to receive a digital stream, which is then converted to analogue and output as sound A significant delay (greater than 30 ms) between these 2 audio streams (left and right channels) can produce an audible echo, or Haas effect A significant delay (greater than 30 ms) between these 2 audio streams (left and right channels) can produce an audible echo, or Haas effect
17
Synchronisation of audio files The solution is to use a dynamic sampling rate for playback, that changes (speeds audio up or down) to compensate for the difference in timing between the audio files The solution is to use a dynamic sampling rate for playback, that changes (speeds audio up or down) to compensate for the difference in timing between the audio files
19
Networking I am currently in the process of setting up a basic FTP client/server system in Ubuntu. I am currently in the process of setting up a basic FTP client/server system in Ubuntu. Vsftpd is the software I plan to use to implement this Vsftpd is the software I plan to use to implement this
20
File Transfer Protocol (FTP)
21
Questions or recommendations?
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.