~jaromil/freej/master

« back to all changes in this revision

Viewing changes to qt/TODO

  • Committer: fred
  • Date: 2011-03-28 09:38:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1549.
  • Revision ID: git-v1:bfca90554d5bc27c56a9d410120adaad45ccbb1b
Modified encoder sample rate to sync sound with video

- in QJackClient, modified sample rate parameter when creating the AudioCollector
object. This modify the vorbis speed when streaming.
Commented out ::chgSampleRate() since it is not used

- in init_info(), use again the skeleton.

- VideoEncoder::thread_loop(), shaws the shout delay for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
//add a x:x ratio button, resizing to the closest width and lenght to obtain this ratio 
8
8
//create a console for messages comming from func() warning() notice() act(). see Logger class
9
9
//see to integrate ogg skeleton config on the graphic interface
10
 
//there is the amount of delay between audio and video if you open a video before creating
 
10
//there is a delay between audio and video if you open a video before creating
11
11
the QJackClient of the time you waited to open the QJackClient .... see if a fix possible or needed.
12
12
//Jack server sample rate and buffer size is hard coded for the moment, provide a way to put it manualy
13
13
//try to fix sound problem issue when opening several VideoLayer with audio
14
 
//add the capability to have a config file..... important :)
15
 
//if resizing the wiewport when the layer is bigger, you need to just touch the layer size to display it correctly
 
14
//add the capability to keep the actual config in a file..... important :)
 
15
//if resizing the wiewport when the layer is bigger, you just need to touch the layer size to display it correctly
16
16
//why qfreej doesn't install with the AUR packages
17
17
//see if possible to manage an audio layer
18
18
//be able to change v4l2 resolution from the graphic interface
19
 
//see why sound delay increases on video during streaming
20
 
//see why sound stops after a whyle when streaming .... have to deconnect jack ports and connect back
21
 
//need do adjust stream bitrate value.
 
19
//see why sound delay increases on video during streaming (sound slower than video ... or video too fast)
 
20
//see why sound coming from the jack input stops after a whyle when streaming .... have to deconnect jack ports and reconnect