inarahd / jwktl

Automatically exported from code.google.com/p/jwktl
0 stars 0 forks source link

getting audio. #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Are there any opportunities to get audio?
I try to get audio through
IWiktionaryPage page = wkt.getPageForWord("boat");
System.out.println(page.getEntry(0).getPronunciations().get(0).getText());

but I always got the same type (IPA).

Is thhre any opportunity to get AUDIO type?

Original issue reported on code.google.com by rilo...@gmail.com on 15 May 2015 at 7:27