Skip to content Skip to main navigation Skip to footer

Search: upload audio

19 results

Understand SPE configuration file

…support is enabled or disabled. By default it’s enabled. server.audio_formats.flac.enabled # Enable or disable native support for FLAC audio format (Default: true) server.audio_formats.flac.enabled = true Controls whether the FLAC audio format support is enabled or disabled. By default it’s enabled. audio_converter.enabled # Enable or disable audio converter audio_converter.enabled = false Controls whether support for automatic audio format conversion is enabled…

Understand SPE audio converter

…tool, you can upload essentially any audio– or even videofile to SPE and it will be automatically converted to audio format supported natively by SPE. ⓘ NOTE: The automatic conversion is done only when uploading audiofiles to SPE, it’s not done when registering files! For more info about uploading/registering audiofiles, see Understanding SPE home directory article. Converter installation As a…

FAQs (PSP)

…Browser, FAQ Speech Platform Permalink Q: How to fix Error 1007: Unsupported audio format? Phonexia Browser application may return error “1007: Unsupported audio format” during uploading audio file. Please consider if your audio files are in Q: What are the supported audio formats? . But if you need use as input audio recordings in other formats, you can configure SPE…

Releases and Changelogs (SPE)

…[G#157] Added endpoint for updating existing Audio Source Profile [G#160] SID4 calibration technology renamed: SID4CALIBSET -> SID4CALIB [G#161] Mean normalization support in Audio Source Profiles [G#169] Added cache for Audio Source Profiles, see server.audio_source_profiles_cache_size property [G#170] Added False Acceptance Calibration cache, see server.bsapi_comparator_fa_cache_size [G#149] Fixed: phxclient prints help if running without parameters [G#150] Fixed: UTF-8 symbols are not escaped in…

LID: Terminology and adaptation

…20 hours of audio is required, see requirements below Enhancing existing language model by adding your own audio files to existing built-in language at least 5 hours of audio is required, see requirements below Creating custom language pack consisting of your chosen set of languages, both pre-trained or created from your audio files Audio recordings requirements Format: WAV, FLAC, RAW…

FAQs (Browser)

audio format” during uploading audio file. Please consider if your audio files are in Q: What are the supported audio formats? . But if you need use as input audio recordings in other formats, you can configure SPE for audio automated conversion. As prerequisite install external tool for audio conversion. Recommend is ffmpeg utility, powerful and well documented. Please find…

Understand SPE configuration

…FLAC audio format (Default: true) server.audio_formats.flac.enabled = true # Enable or disable audio converter audio_converter.enabled = true # Set converter command # %1 is for input file # %2 is for output file # ffmpeg example: # audio_converter.command = ffmpeg -loglevel warning -y -i %1 %2 # sox example: # audio_converter.command = sox %1 %2 audio_converter.command = ffmpeg -loglevel warning…

Q: How to fix Error 1007: Unsupported audio format?

Phonexia Browser application may return error “1007: Unsupported audio format” during uploading audio file. Please consider if your audio files are in Q: What are the supported audio formats? . But if you need use as input audio recordings in other formats, you can configure SPE for audio automated conversion. As prerequisite install external tool for audio conversion. Recommend is…

Understand SPE database

…amount of audio, it can still be manually vacuumed/optimized/shrinked using commands appropriate for the database type you are using. NOTE: (Excessive) database growth may be a sign of missing housekeeping in your workflow design. For example, you may not be deleting uploaded audio files after processing using the appropriate REST API call. Another example would be that you are not…

Privacy Policy

…usage such as how often you use your Phonexia Account, how often you upload audio, video or other files, the size of generated content and other activity related to your use of Phonexia services. 1.2 Computer browser Some information is also provided by your computer browser through cookies. By using our services, you agree to use of the cookies. Certain…

Understand SPE benchmark

…the audio, and the amount of actual speech in the audio affect the processing speed… because the the non-speech parts are stripped from the audio before processing. The processing speed is then calculated as follows: FtRT = sum_of_speech_lengths_in_all_recordings ÷ sum_of_processing_times_of_all_recordings When using the option with your specified file, only that single recording is used… so, to account for various audio

Phonexia Speech Engine

audio manipulation SPE has built-in basic audio files manipulation functionality, like separating individual channels from stereo recordings, cut one audio to several files, save audio from incoming stream to file and others. Stream audio player To support voicebot scenarios, SPE has the ability to play audiofiles directly to output RTP stream External Text-to-speech (TTS) integration Easy integration with external TTS…

Understand SPE home directory

uploading file using POST /audiofile physically creates the file on filesystem in the storage location… and the file stays there until it’s explicitly deleted using DELETE /audiofile. There might be various reasons to NOT use the REST API for uploading files to the Speech Engine, e.g. to save the server from unwanted burden caused by many uploads and/or big files……

Releases and Changelogs (Browser)

…(phxspe.browser.log located in SPE log directory) Phonexia Browser v3.16.1, BSAPI 3.20.1 – May 17 2019 [G#112] Fixed Denoiser which created duplicate recordings under specific circumstances [G#127] Fixed comparison of SID Evaluation sets using Audio Source Profile Phonexia Browser v3.16.0, BSAPI 3.20.0 – Apr 26 2019 Support for Audio Source Profiles SID Evaluation wizard supports SID4 Phonexia Browser v3.15.0, BSAPI 3.19.1…

Understand SPE directory structure

…user preconfigured by default, so directories for admin user are present by default. Location of home directory can be modified using server.user.home option in SPE configuration file. This might be useful in complex network infrastructure, multi-SPE deployments, and similar advanced configurations. home └── admin ├── storage └── data The storage directory holds audio files uploaded to SPE via REST API…