Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot define the range of sound file #3

Open
joancompte opened this issue Mar 5, 2014 · 1 comment
Open

Cannot define the range of sound file #3

joancompte opened this issue Mar 5, 2014 · 1 comment

Comments

@joancompte
Copy link

I'm using Linux (xubuntu 12.04).

I'm using a large sound file to "read" a text on a page (when clicking on a picture).
I want the program to read a sentence of the text, when clicking on a cell.

In the cell content, I select Active content. Then, I choose the file and write where I want it to start and to end (I think it's in milliseconds).

That doesn't work.

Then I tried the demo file (demo.jclic.zip) and tried to run the dictation activity which uses this feature. But it doesn't work either.

So I suppose it is something that doesn't work. Did you get that misbehaviour?

Joan

@frncesc
Copy link
Member

frncesc commented Mar 8, 2014

Hi Joan,

You are right!

I have done some testing with different Java Virtual Machines on Linkat-Ubuntu 12.04, and these are the results:

openjdk-6 (the original JVM in Precise): Error when creating time-constrained audio clips
openjdk-7: Also, error when creating time-constrained audio clips
oracle-java7 (installed from ppa:webupd8team/java): Time-constrained audio clips are running OK.

It seems to run also OK on Windows and Mac systems (with Oracle Java, too)

I will try to investigate and find a solution for openJDK. By now, the only workaround I have found is to use oracle-java instead of openjdk-6 or openjdk-7 (not a good solution!)

Best regards,

Francesc

@frncesc frncesc reopened this Mar 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants