반응형

2023/11 3

[Logic Pro] Dolby Atmos로 믹싱하기

1. Dolby Atmos 형식 중 헤드폰에서 들을 수 있는 Binaural 포맷으로 설정해야 함. (먼저 믹스>Dolby Atmos에서 공간음향 켜고 샘플률 48 or 96KHz 설정) https://support.apple.com/en-bw/105041 Listen to a binaural Logic Pro spatial audio mix on iPhone and other devices - Apple Support (BW) If you’ve been monitoring your spatial audio mix in a binaural format using headphones, you can bounce the mix to listen to it on other devices and to share..

💻 IT/ Apple 2023.11.30

[node.js] NVM을 이용한 node.js 및 기본 세팅

1. NVM 설치 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash 2. 소스 적용 source ~/.bashrc 3. 노드 설치 구름IDE에서 오류 발생시 https://sunnys-note.tistory.com/12 참고 [Node.js] Node.js 설치 후 `GLIBC_2.28' not found (required by node) 에러 1. 에러코드 확인 및 원인 (1) 개발환경 - ubuntu-18.04 (2) 에러발생 원인 - 우분투 18.04 에서 최신 node 버전 (18.0.0이상) 설치 후 npm 명령 실행시 다음과 같은 에러 발생 $ npm install node: /lib/x86_64-li..

👨‍💻 Dev/Web 2023.11.02

Goorm IDE MySQL / phpmyadmin 셋업

1. 컨테이너 생성시 Blank / MySQL / mysql-cli 선택 2. 완료 후 workspace directory에서 https://help.goorm.io/ko/goormide/17.faq/language-and-environment/install-phpmyadmin 나와있는 명령어 입력 // PHP 버전 7.2 기준 apt-get update apt-get install -y mysql-server service mysql start apt-get install -y php7.2-mbstring php7.2-mysqli phpmyadmin service apache2 restart 3. 아래 명령어 입력해서 관리자 진입 (https://velog.io/@seungsang00/Ubuntu-%E..

👨‍💻 Dev/Web 2023.11.02
반응형