Tagged Questions
The transcription tag has no wiki summary.
6
votes
4answers
422 views
Music Transcription of Wav files in Java
I have project about music transcription using Java, the thing is,, I have created an applet that records sound and saves it into a WAV file, the player should only play the piece he/she would like to ...
3
votes
2answers
200 views
Use CMU's sphinx4 to transcribe non-digits data
I am recently working on using CMU's sphinx4 for transcription and eventually forced alignment, i.e. aligning audio with its transcript.
I found a project called AutoCap that basically did what I ...
3
votes
2answers
1k views
Automated transcription software
I've noticed that the wiki transcriptions for some of the recent Stack Overflow Podcasts are kind of weak. Clearly, this task calls for a computer program. Is transcribing audio to text (ideally ...
1
vote
1answer
69 views
Storing Video and Indexing Content
Revisiting this in case someone has a suggestion:
I've been asked to either create or find a system that meet the following requirements...
1) Allow upload of video files - Current solution: PHP to ...
0
votes
0answers
20 views
How can I embed interactive transcript in my site?
Is there a free or paid interactive transcript service I can embed in my site?
I found couple of services but I have to give them the video to transcript it and then they will give me the code to ...
0
votes
0answers
52 views
Transcription API
Is there any API to get transcription of words? Not only for English, but for other popular languages (Spanish, Chinese, etc.).
P.S. It would be best if it was a web-based API, but if not, we'll ...
0
votes
1answer
25 views
transcribe a phone recording
There is a certain organization that periodically provides information in the form of a recorded message on a "hotline". Is there any open source solution (or set of components that could be "wired" ...
0
votes
0answers
69 views
How to show transcription characteres in android
I have on my sqlite DB data with transcription characters like
æ β ç ð ə ħ ŋ ø θ œ χ n d ŋ b a t d s t b a t d t d t d t ẽ u e ë l n e e m n l e β e e e ĕ e é ē è ȅ
But some of them don't display ...
0
votes
0answers
173 views
wav to midi open source [closed]
Possible Duplicate:
wav to midi conversion
I'm currently looking at a bunch of research topics and one which piques my interest is that of polyphonic automatic music transcription, ...
0
votes
2answers
786 views
Speech-to-Text API
Does a decent one exist?
I have a bunch of short mp3/wav files, and I'd like to use the API to transcribe them (and future sound files). PHP is preferred, but whatever works.
0
votes
3answers
507 views
Audio-to-Text API?
Are there any (free) speech-to-text API's that I could use with PHP? (I only know PHP and html/css.)
I'd like to send it an audio file, then have it return the transcription.
0
votes
2answers
187 views
java android. How show English transcription
I have a txt file in UTF8 format:
æ β ç ð ə ħ ŋ ø θ œ χ n d ŋ b a t d s t b a t d t d t d t ẽ u e ë l n e e m n l e β e e e ĕ e é ē è ȅ
I need to show it in Android, but some symbol show not ...
0
votes
1answer
437 views
Voice recognition with Julius. How to make .voca file?
I'm making a voice recognition system and Julius shows not bad results in this work.
Words from sample .voca file are recognizing perfectly but how to place own words and transcriptions to the file?
...
0
votes
2answers
29 views
some php to ASP.NET
anyone kind enough to transcribe this php to ASP.NET ??
thank you kindly in advance.
jJ
<?php
if(isset($_POST['data']) && $_POST['data'] != '') {
$output = $_POST['data'];
$newfile = ...
-2
votes
1answer
63 views
What encoding I should choose for transcriptions?
My friends and I are developing an app for iphone and android. We need to work with word transcription. What encoding (or even special font) we should to choose to show correct word transcription in ...