SShortSingh.
Back to feed

Researchers Propose 8-Axis Perceptual Slider System for Fine-Tuning Synthetic Voices

0
·1 views

A technique published on DEV Community describes a method to blend speaker embeddings from multiple anchor voices using eight perceptual sliders — covering age, pitch, huskiness, clarity, warmth, roughness, gender, and build. The approach addresses a core limitation in voice conversion and TTS models, which typically accept only a single reference audio file to define a target voice, making gradual adjustments difficult. Each perceptual axis is defined as a weighted combination of measurable acoustic features such as F0, formants, HNR, shimmer, and jitter, extracted from pre-recorded anchor speaker audio. User slider values are converted into target z-scores, and softmax-weighted distances to each anchor determine how their embeddings are blended into a final voice vector. The system also distinguishes between reliably measured axes and those requiring human labels, excluding uncalibrated axes from computation to preserve overall reliability.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingHacker News ·

Apple Engineer Claims He Was Fired for Refusing to Share Customer Device IDs with AT&T

A former Apple engineer has alleged that he was terminated after he refused to send customer device identifiers to AT&T. The engineer contends that complying with the request would have compromised customer privacy, prompting his refusal. Apple has not publicly responded to the claims. The case raises questions about data-sharing practices between Apple and its carrier partners and the treatment of employees who raise privacy concerns.

0
ProgrammingDEV Community ·

How to Format IEEE Conference Paper References Correctly and Avoid Common Errors

Proper citation formatting is a critical but often overlooked requirement for researchers submitting papers to IEEE conferences. The IEEE reference style follows strict rules covering author names, paper titles, conference names, locations, dates, and page numbers, all arranged in a specific order. Errors in formatting can result in desk rejection, reputational damage, or questions about academic integrity. Graduate students and early-career researchers frequently lose time manually correcting references, adding stress to an already demanding publication process. A systematic understanding of IEEE citation rules — including sentence-case titles, abbreviated author initials, and italicized conference names — is considered essential for credibility in computer science and engineering fields.

0
ProgrammingDEV Community ·

Open-Source Tool Lets AI Assistants Analyze Videos Locally via MCP Protocol

A developer has released claude-real-video (version 0.8.0), an open-source MIT-licensed tool that enables AI clients like Claude Desktop and Cursor to process and analyze videos entirely on a user's local machine. The tool extracts scene-aware keyframes and timestamped transcripts from video URLs or local files, using scene detection to reduce redundant frames — cutting a 58-second clip from 58 sampled frames down to 26 meaningful ones. Since version 0.8.0, it ships as a Model Context Protocol (MCP) server, making it compatible with any MCP-supporting client via a simple installation and configuration step. Transcription is powered by OpenAI's Whisper model, while processed analyses are cached locally to speed up repeated queries on the same video. The project has garnered approximately 1,900 GitHub stars and has been verified end-to-end on Claude Code.

Researchers Propose 8-Axis Perceptual Slider System for Fine-Tuning Synthetic Voices · ShortSingh