Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
R-Goodday
/
Back
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Develop
- #62
#62
Merged
Joonseok-Lee
merged 11 commits into
main
R-Goodday/Back:main
from
develop
R-Goodday/Back:develop
Copy head branch name to clipboard
May 18, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Develop
#62
Joonseok-Lee
merged 11 commits into
main
R-Goodday/Back:main
from
develop
R-Goodday/Back:develop
Copy head branch name to clipboard
Commits
Commits on May 18, 2026
Docs: build.gradle에 m4a to wav 변환을 위한 FFmpeg 의존성 라이브러리 명시
Joonseok-Lee
committed
9016902
View commit details
Copy full SHA for 9016902
Browse repository at this point
Docker: 도커 컨테이너에 ffmpeg를 설치하는 RUN 메소드 추가
Joonseok-Lee
committed
7885c1f
View commit details
Copy full SHA for 7885c1f
Browse repository at this point
Feat: 싱글톤으로 FFmpeg 객체를 사용하기 위해 Bean으로 등록하는 설정파일 추가
Joonseok-Lee
committed
cb5445f
View commit details
Copy full SHA for cb5445f
Browse repository at this point
Docker: COPY 이전에 RUN이 실행될 수 있게 순서 변경
Joonseok-Lee
committed
3e36beb
View commit details
Copy full SHA for 3e36beb
Browse repository at this point
Fix: MultipartFile을 받아 .getInputstream()을 호출하던 것을 ByteArrayInputStream으로 수정, content-type은 audio/wav로 수정
Joonseok-Lee
committed
dd11240
View commit details
Copy full SHA for dd11240
Browse repository at this point
Fix: 메소드 시그니처를 MultipartFile을 받는 것을 byte[]로 변경, originalFilename을 받도록 변경
Joonseok-Lee
committed
f1d733f
View commit details
Copy full SHA for f1d733f
Browse repository at this point
Fix: 변경된 VoiceService 인터페이스에 맞게 오버라이딩 수정
Joonseok-Lee
committed
ee8b0bb
View commit details
Copy full SHA for ee8b0bb
Browse repository at this point
Fix: m4a 파일이 들어오면 이름이 .wav인 byte[]로 변경하여 service 로직 호출하게 변경
Joonseok-Lee
committed
eeeb341
View commit details
Copy full SHA for eeeb341
Browse repository at this point
Feat: 필요한 빈인 FFprobe를 추가 등록
Joonseok-Lee
committed
1b34ed5
View commit details
Copy full SHA for 1b34ed5
Browse repository at this point
Fix: .m4a를 정규식 변경하던 것을 확장자만 변경하도록 수정
Joonseok-Lee
committed
2f46334
View commit details
Copy full SHA for 2f46334
Browse repository at this point
Merge pull request #61 from R-Goodday/feat/#60
Show description for a6b14b7
Joonseok-Lee
authored
a6b14b7
View commit details
Copy full SHA for a6b14b7
Browse repository at this point
You can’t perform that action at this time.