m0j0hn / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Audio playback issue #275

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have an audio playback problem on my EOF; I'm trying to chart a song, and 
every time I try to play it back, the song is lagging so much, that I can't 
even get an accurate reading on my chart. Maybe it could be the file's sampling 
rate? I have it set for 96,000 Hz. 

Original issue reported on code.google.com by hollispi...@gmail.com on 3 Jul 2013 at 12:24

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You will need to increase your buffer size.  Since 6144 works well for me for 
44.1KHz audio, you might try double that (12288) for such a high sample rate.  
Keep in mind that having a large buffer might make the chart appear to play 
earlier than the audio, which you would need to increase the AV delay to 
account for.

Original comment by raynebc on 3 Jul 2013 at 7:32

GoogleCodeExporter commented 8 years ago
Ahh! Thank you so much! :D That makes so much sense, I shall do that now.

Original comment by hollispi...@gmail.com on 4 Jul 2013 at 2:41

GoogleCodeExporter commented 8 years ago
I'll consider this issue resolved since there haven't been any follow up posts.

Original comment by raynebc on 6 Nov 2013 at 2:38